摘要
为了提高Z.Wei和D.Zhu的算法的计算效率,通过引入全局变量Map数组避免重复计算基因家族的邻接关系,将Z.Wei和D.Zhu的固定参数算法的时间复杂度改进为O(s^24~sn),空间复杂度保持O(s4~sn);当给定基因组是有向时,适当地修正之后,证明了Z.Wei和D.Zhu的固定参数动态规划算法适合求解有向(1,2)-范例断点距离.相关算法可使用C++来实现,仿真实验进一步验证了改进算法的有效性.
In order to improve the computational efficiency of Z .Wei and D.Zhu′s algorithm, this paper improves the time complexity of Z.Wei and D.Zhu′s algorithm to O(s24sn) by introducing an global array Map to avoid repeatedly computing of the adjacencies of gene families , while the space complexity keeps O( s4 s n) .If the given genomes is signed , we show that Z.Wei and D.Zhu′s fixed parameter dynamic programming algorithm is suitable to compute the signed (1, 2)-exemplar breakpoint distance after minor revision .The algorithms are implemented by using C ++language, and simulations indicate the proposed algorithms′effectiveness .
出处
《中南民族大学学报(自然科学版)》
CAS
北大核心
2016年第2期116-121,共6页
Journal of South-Central University for Nationalities:Natural Science Edition
基金
湖北省自然科学基金资助项目(61379059)
关键词
基因组
范例
断点
动态规划
genome
exemplar
breakpoint
dynamic programming