期刊文献+

RNA二级结构预测中动态规划的优化和有效并行 被引量:12

An Optimized and Efficiently Parallelized Dynamic Programming for RNA Secondary Structure Prediction
下载PDF
导出
摘要 基于最小自由能模型的方法是计算生物学中RNA二级结构预测的主要方法,而计算最小自由能的动态规划算法需要O(n4)的时间,其中n是RNA序列的长度.目前有两种降低时间复杂度的策略:限制二级结构中内部环的大小不超过k,得到O(n2k2)算法;Lyngso方法根据环的能量规则,不限制环的大小,在O(n3)的时间内获得近似最优解.通过使用额外的O(n)的空间,计算内部环中的冗余计算大为减少,从而在同样不限制环大小的情况下,在O(n3)的时间内能够获得最优解.然而,优化后的算法仍然非常耗时,通过有效的负载平衡方法,在机群系统上实现并行程序.实验结果表明,并行程序获得了很好的加速比. RNA secondary structure prediction based on free energy rules remains a major computational method in computational biology. Its basic dynamic programming algorithm needs O(n4) time to calculate the minimum free energy for RNA secondary structure, where n is the length of RNA sequence. There are two variants for handling this problem: either the internal loops are bounded by a maximal size k, giving a time complexity of O(n^2×k^2), or one uses the trick of Lyngso, which makes use of the rules of loop energies, to reduce time complexity to O(n^3) for suboptimal free energy without restriction. Only with additional O(n) space, a new algorithm is proposed to eliminate the redundant calculation in the energy of internal loops and reduce the time complexity to O(n^3) with unrestricted loop sizes for optimal free energy. While the optimized algorithm is time consuming, an efficient parallel algorithm with good load balancing in cluster systems is also proposed. The experimental results show that the parallel program achieves reasonable speedups.
出处 《软件学报》 EI CSCD 北大核心 2006年第7期1501-1509,共9页 Journal of Software
基金 国家自然科学基金 中国科学院知识创新工程重大项目~~
关键词 最小自由能 动态规划 计算冗余 负载平衡 加速比 minimum free energy dynamic programming redundant calculation load balancing speedup
  • 相关文献

参考文献13

  • 1Tinoco I,Borer PN.Improved estimation of secondary structure in ribonucleic acids.Nature New Biology,1973,246(150):40-41.
  • 2Gardner PP,Giegerich R.A comprehensive comparison of comparative RNA structure prediction approaches.BMC Bioinformatics,2004.1-32.
  • 3Rivas E,Eddy S.A dynamic programming algorithm for RNA structure prediction including pseudoknots.Journal of Molecular Biology,1999,285(5):2053-2068.
  • 4Hacker I.2006.http://www.tbi.univie.ac.at/~ivo/RNA/
  • 5Zuker M.2006.http://www.ibc.wustl.edu/~zuker/rna/energy
  • 6Lyngso RB,Zuker M.Fast evaluation of internal loops in RNA secondary structure prediction.Bioinformatics,1999,15(6):440-445.
  • 7Rodriguez C,Roda J,Almeida,F,Gonzalez D.Paradigms for parallel dynamic programming.In:Proc.of the EUROMICRO.IEEE Computer Society,2002.553-560.
  • 8Hsuna S,Huang S,Liu F.Parallel dynamic programming.IEEE Trans.on Parallel and Distributed Systems,1994,5(3):326-328.
  • 9Parallel dynamic programming[Ph.D.Thesis].Phillip Gnassi Bradford:The University of Alabama,1994.
  • 10Liu T,Schmidt B.Parallel RNA sequence-structure alignment.In:Proc.of the 18th Int'l Parallel and Distributed Processing Symp.New Mexico:IEEE Computer Society,2004.1034-1041.

同被引文献105

引证文献12

二级引证文献28

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部