Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人知道BLAST对齐的纯python实现吗?我正在尝试研究这个算法......
事实上BLAST算法的完整实现是相当困难的。它有很多步骤和优化。你可以做的是:看看 O'Reilly 的 BLAST Book,以获得很好的解释,看看 NCBI Blast 代码库,它很大而且乍一看很难理解,或者,我建议你看看其他 BLAST 实现,或者可能是其他算法,如 BLAT 和 Genoogle (http://genoogle.pih.bio.br/)
尝试研究 BioPython:
http://biopython.org/
http://github.com/JoaoRodrigues/biopython/tree/GSOC2010