比对工具

(green) short pairwise alignment / detailed edit model;
(yellow) database search / divergent homology detection;
(red) whole genome alignment / alignment of long sequences with structural rearrangements;
(blue) short read mapping / rapid alignment of massive numbers of short sequences.

简单的局部比对:Blast、Blat等数据库

Blast类型包括如下几种:
Blastn---核酸序列与数据库中的核酸序列的比对
Blastp---蛋白序列与数据库中的蛋白序列的比对
Blastx---核酸序列翻译成蛋白质(six-frame protein)后与数据库中的蛋白序列进行比对
Tblastn---蛋白质序列与数据库中的核酸序列进行比对
Tblastx---核酸序列翻译成蛋白质后与数据库中的核酸序列翻译成的蛋白质序列进行比对
BLAST建库
建库的过程是创建目标序列的索引文件,所用程序是formatdb,一般咱们使用FASTA格式的序列做为输入。用于建库的FASTA序列是db.seq,formatdb的基本命令是:
formatdb -i db.seq [-options]

经常使用参数有如下几个:api

-p:选择建库的类型,T表示蛋白库,F表示核酸库。缺省值为T
-o:判断是否分析序列名并创建序列名索引。T表示创建序列名索引,F表示不创建序列名索引。缺省值为F
BLAST命令行:bash

输出结果:app

 

3是类似度、4是能比对上的区域spa

Blat

全局比对:MUSCLE、MATT等命令行

muscle -in <inputfile> -out <outputfile>
相关文章
相关标签/搜索