• 文献检索
  • 文档翻译
  • 深度研究
  • 学术资讯
  • Suppr Zotero 插件Zotero 插件
  • 邀请有礼
  • 套餐&价格
  • 历史记录
应用&插件
Suppr Zotero 插件Zotero 插件浏览器插件Mac 客户端Windows 客户端微信小程序
定价
高级版会员购买积分包购买API积分包
服务
文献检索文档翻译深度研究API 文档MCP 服务
关于我们
关于 Suppr公司介绍联系我们用户协议隐私条款
关注我们

Suppr 超能文献

核心技术专利:CN118964589B侵权必究
粤ICP备2023148730 号-1Suppr @ 2026

文献检索

告别复杂PubMed语法,用中文像聊天一样搜索,搜遍4000万医学文献。AI智能推荐,让科研检索更轻松。

立即免费搜索

文件翻译

保留排版,准确专业,支持PDF/Word/PPT等文件格式,支持 12+语言互译。

免费翻译文档

深度研究

AI帮你快速写综述,25分钟生成高质量综述,智能提取关键信息,辅助科研写作。

立即免费体验

简化空间隐马尔可夫模型训练

Reduced space hidden Markov model training.

作者信息

Tarnas C, Hughey R

机构信息

Department of Computer Engineering, Jack Baskin School of Engineering, University of California, Santa Cruz, CA 95064, USA.

出版信息

Bioinformatics. 1998 Jun;14(5):401-6. doi: 10.1093/bioinformatics/14.5.401.

DOI:10.1093/bioinformatics/14.5.401
PMID:9682053
Abstract

MOTIVATION

Complete forward-backward (Baum-Welch) hidden Markov model training cannot take advantage of the linear space, divide-and-conquer sequence alignment algorithms because of the examination of all possible paths rather than the single best path.

RESULTS

This paper discusses the implementation and performance of checkpoint-based reduced space sequence alignment in the SAM hidden Markov modeling package. Implementation of the checkpoint algorithm reduced memory usage from O(mn) to O (m square root n) with only a 10% slowdown for small m and n, and vast speed-up for the larger values, such as m = n = 2000, that cause excessive paging on a 96 Mbyte workstation. The results are applicable to other types of dynamic programming.

AVAILABILITY

A World-Wide Web server, as well as information on obtaining the Sequence Alignment and Modeling (SAM) software suite, can be found at http://www.cse.ucsc. edu/research/compbio/sam.html.

CONTACT

rph@cse.ucsc.edu

摘要

动机

完整的前向-后向(鲍姆-韦尔奇)隐马尔可夫模型训练无法利用线性空间、分治序列比对算法,因为它考察的是所有可能路径而非单一最佳路径。

结果

本文讨论了基于检查点的缩减空间序列比对在SAM隐马尔可夫建模软件包中的实现与性能。检查点算法的实现将内存使用从O(mn)减少到O(m√n),对于较小的m和n,速度仅降低10%,而对于较大的值(如m = n = 2000),速度大幅提升,这些值在96兆字节的工作站上会导致过多的分页。结果适用于其他类型的动态规划。

可用性

可在http://www.cse.ucsc.edu/research/compbio/sam.html找到万维网服务器以及获取序列比对与建模(SAM)软件套件的信息。

联系方式

rph@cse.ucsc.edu

相似文献

1
Reduced space hidden Markov model training.简化空间隐马尔可夫模型训练
Bioinformatics. 1998 Jun;14(5):401-6. doi: 10.1093/bioinformatics/14.5.401.
2
Reduced space sequence alignment.简化空间序列比对
Comput Appl Biosci. 1997 Feb;13(1):45-53. doi: 10.1093/bioinformatics/13.1.45.
3
Hidden Markov models for detecting remote protein homologies.用于检测远程蛋白质同源性的隐马尔可夫模型。
Bioinformatics. 1998;14(10):846-56. doi: 10.1093/bioinformatics/14.10.846.
4
Optimizing reduced-space sequence analysis.优化降维空间序列分析
Bioinformatics. 2000 Dec;16(12):1082-90. doi: 10.1093/bioinformatics/16.12.1082.
5
Evaluation of protein multiple alignments by SAM-T99 using the BAliBASE multiple alignment test set.使用BAliBASE多序列比对测试集,通过SAM-T99评估蛋白质多序列比对。
Bioinformatics. 2001 Aug;17(8):713-20. doi: 10.1093/bioinformatics/17.8.713.
6
A linear memory algorithm for Baum-Welch training.一种用于Baum-Welch训练的线性记忆算法。
BMC Bioinformatics. 2005 Sep 19;6:231. doi: 10.1186/1471-2105-6-231.
7
Weighting hidden Markov models for maximum discrimination.加权隐马尔可夫模型以实现最大区分度。
Bioinformatics. 1998;14(9):772-82. doi: 10.1093/bioinformatics/14.9.772.
8
A memory-efficient dynamic programming algorithm for optimal alignment of a sequence to an RNA secondary structure.一种用于将序列与RNA二级结构进行最优比对的内存高效动态规划算法。
BMC Bioinformatics. 2002 Jul 2;3:18. doi: 10.1186/1471-2105-3-18.
9
Calibrating E-values for hidden Markov models using reverse-sequence null models.使用反向序列空模型校准隐马尔可夫模型的E值。
Bioinformatics. 2005 Nov 15;21(22):4107-15. doi: 10.1093/bioinformatics/bti629. Epub 2005 Aug 25.
10
Implementing EM and Viterbi algorithms for Hidden Markov Model in linear memory.在线性内存中实现隐马尔可夫模型的期望最大化(EM)算法和维特比(Viterbi)算法。
BMC Bioinformatics. 2008 Apr 30;9:224. doi: 10.1186/1471-2105-9-224.

引用本文的文献

1
Efficient algorithms for training the parameters of hidden Markov models using stochastic expectation maximization (EM) training and Viterbi training.使用随机期望最大化(EM)训练和维特比训练来训练隐马尔可夫模型参数的高效算法。
Algorithms Mol Biol. 2010 Dec 9;5:38. doi: 10.1186/1748-7188-5-38.
2
Reticular alignment: a progressive corner-cutting method for multiple sequence alignment.网状排列:一种渐进式的多重序列比对角切割方法。
BMC Bioinformatics. 2010 Nov 23;11:570. doi: 10.1186/1471-2105-11-570.
3
Clustering ionic flow blockade toggles with a mixture of HMMs.
离子流阻断的聚类通过隐马尔可夫模型的混合进行切换。
BMC Bioinformatics. 2008 Aug 12;9 Suppl 9(Suppl 9):S13. doi: 10.1186/1471-2105-9-S9-S13.
4
Implementing EM and Viterbi algorithms for Hidden Markov Model in linear memory.在线性内存中实现隐马尔可夫模型的期望最大化(EM)算法和维特比(Viterbi)算法。
BMC Bioinformatics. 2008 Apr 30;9:224. doi: 10.1186/1471-2105-9-224.
5
A linear memory algorithm for Baum-Welch training.一种用于Baum-Welch训练的线性记忆算法。
BMC Bioinformatics. 2005 Sep 19;6:231. doi: 10.1186/1471-2105-6-231.