- 1、本文档共62页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
blast中文教程.pdf
BLAST—Basic Local Alignment Search Tool
Efficient Database Searching Methods
Goals:
identify an unknown sequence
find other members of multigene
families
find related proteins
determine which regions are
conserved between proteins
or nucleic acids (i.e. most
biologically significant)
find overlapping regions when
assembling sequencing reactions
into a final sequence
Similarity Homology
同源和相似是两个不同的概念。
相似性是指一种很直接的数量关
系,比如部分相同或相似的百分
比或其它一些合适的度量
(measurement),而同源性是指
从一些数据中推断出的两个基因
在进化上曾具有共同祖先的结
论,它是质的判断(judgment)。
Relationship
Terms
Identical (相同) When a
corresponding character is shared
between two species or populations,
that character is said to be identical.
Similar (相似) The degree to which
two species or populations share
identities.
Analogous (类似) When characters
are similar due to convergent
evolution(趋同进化), they are
analogous.
Terms
Homologous (同源) When
characters are similar due to
common ancestry, they are
homologous.
Orthologous (直系同源) When
characters are homologous with
conserverd function, they are
orthologous.
Paralogous (旁系同源) When
characters are homologous with
divergent function, they are
paralogous.
常用算法
动态规划算法:(dynamic programming)计算
两个序列间的最大可能的相似性,可以处理
碱基替换和间隔(即gap,包括缺失和插入),
具有很高的敏感性,但是计算量非常大,对
于一对长度分别为m和n个元素的序列需要正
比于m x n次(O(mn)次) 比较,只有在超级计
算机或大型并行计算机上才能实现。
间接的启发式算法(indirect, heuristic):是基于
字串的方法,首先将序列分解成由连续字母
组成的短串,把查询序列中的所有字串编成
索引,并且在数据库扫描中查询这些索引,
一个能够揭示出正确的序列关系的比对至少
包含一个两个序列都拥有的字串,这种算法
在速度上大大提高了(FASTP, FASTA) 。
BLAST简介
BLAST是Basic Local Alignment
Search Tool的缩写,它结合了上述两
种算法的优点,提高了有哪些信誉好的足球投注网站速度,同
时把数据库有哪些信誉好的足球投注网站建立在了严格的统计
学基础之上,是目前最常用的同源检
索工具,由Altschul SF et al (1990)提
出的算法。
参考文献:
S. F. Altschul, W. Gish, W. Miller, E.
W. Myers and D. J
文档评论(0)