首页 | 本学科首页   官方微博 | 高级检索  
     

RNA二级结构预测中动态规划的优化和有效并行
引用本文:谭光明,冯圣中,孙凝晖.RNA二级结构预测中动态规划的优化和有效并行[J].软件学报,2006,17(7):1501-1509.
作者姓名:谭光明  冯圣中  孙凝晖
作者单位:1. 中国科学院,计算技术研究所,北京,100080;中国科学院,研究生院,北京,100049
2. 中国科学院,计算技术研究所,北京,100080
基金项目:国家高技术研究发展计划(863计划);中国科学院知识创新工程项目
摘    要:基于最小自由能模型的方法是计算生物学中RNA二级结构预测的主要方法,而计算最小自由能的动态规划算法需要O(n4)的时间,其中n是RNA序列的长度.目前有两种降低时间复杂度的策略:限制二级结构中内部环的大小不超过k,得到O(n2×k2)算法;Lyngso方法根据环的能量规则,不限制环的大小,在O(n3)的时间内获得近似最优解.通过使用额外的O(n)的空间,计算内部环中的冗余计算大为减少,从而在同样不限制环大小的情况下,在O(n3)的时间内能够获得最优解.然而,优化后的算法仍然非常耗时,通过有效的负载平衡方法,在机群系统上实现并行程序.实验结果表明,并行程序获得了很好的加速比.

关 键 词:最小自由能  动态规划  计算冗余  负载平衡  加速比
收稿时间:6/6/2005 12:00:00 AM
修稿时间:2005-12-13

An Optimized and Efficiently Parallelized Dynamic Programming for RNA Secondary Structure Prediction
TAN Guang-Ming,FENG Sheng-Zhong and SUN Ning-Hui.An Optimized and Efficiently Parallelized Dynamic Programming for RNA Secondary Structure Prediction[J].Journal of Software,2006,17(7):1501-1509.
Authors:TAN Guang-Ming  FENG Sheng-Zhong and SUN Ning-Hui
Abstract: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(n2×k2), or one uses the trick of Lyngso, which makes use of the rules of loop energies, to reduce time complexity to O(n3) 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(n3) 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.
Keywords:minimum free energy  dynamic programming  redundant calculation  load balancing  speedup
本文献已被 CNKI 万方数据 等数据库收录!
点击此处可从《软件学报》浏览原始摘要信息
点击此处可从《软件学报》下载全文
设为首页 | 免责声明 | 关于勤云 | 加入收藏

Copyright©北京勤云科技发展有限公司  京ICP备09084417号