BLAST对齐算法的Python实现?

发布于 2024-09-14 10:07:10 字数 1539 浏览 5 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

旧话新听 2024-09-21 10:07:10

事实上,完整实现 BLAST 算法是相当困难的。它有很多步骤和优化。你能做的是:看看 O'Reilly 的 BLAST 书,为了获得很好的解释,看看 NCBI Blast 代码库,它很大而且乍一看很难理解,或者,我建议您看看其他 BLAST 实现,或者可能是其他算法,例如 BLAT 和 Genoogle (http://genoogle.pih.bio.br/)

In fact a complete implementation of the BLAST algorithm is a quite hard. It has a lot of steps and optimizations. What could you do is: take a look of the BLAST Book from O'Reilly, for a very good explanation, take a look of the NCBI Blast code base, that it is big and hard to understand at the first glace, or, I sugest you to take a look at other BLAST implementation or may be, others algorithms like BLAT and Genoogle (http://genoogle.pih.bio.br/)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文