The Basic Local Alignment Search Tool (BLAST) finds regions of local similarity between sequences. The program compares nucleotide or protein sequences to sequence databases and calculates the statistical significance of matches. BLAST can be used to infer functional and evolutionary relationships between sequences as well as help identify members of gene families.
分成五个不同的程序,分别为:blastp(提交蛋白质序列,在蛋白质序列数据库中查序列)、blastn(提交核酸序列,在核酸序列数据库中查找同源序列) blastx(提交核酸序列,在蛋白质序列数据库中查找同源序列)、tblastn (提交蛋白质序列,在核酸序列数据库中查找同源序列)、tblastx(提交核酸序列,在核酸序列数据库中查找同源序列)。通常通过在线方式或Email方式提交查询序列,得到查询结果。如果需要在本地使用的话,可以下载BLAST程序与相应数据库,便能在本地使用了。DNA TOOL可以调用此软件,参见DNA分析类。