J4

• 计算机科学 • 上一篇    下一篇

排序距离矩阵蛋白质结构比对算法

许海洋, 周春光, 郎美娜, 邹淑雪   

  1. 吉林大学 计算机科学与技术学院, 长春 130012
  • 收稿日期:2007-10-17 修回日期:1900-01-01 出版日期:2008-07-26 发布日期:2008-07-26
  • 通讯作者: 周春光

Protein Structure Comparison by Sort Matrix Alignment

XU Haiyang, ZHOU Chunguang, LANG Meina, ZOU Shuxue   

  1. College of Computer Science and Technology, Jilin University, Changchun 130012, China
  • Received:2007-10-17 Revised:1900-01-01 Online:2008-07-26 Published:2008-07-26
  • Contact: ZHOU Chunguang

摘要: 提出一种改进的SortMatAlign算法, 通过快速排序预处理距离矩阵, 使MatAlign算法的时间复杂度由O(N4)降为O(N3). 结果表明, SortMatAlign算法计算出的RMSD值平均是MatAlign算法的1.098倍, 使用残基个数和RMSD综合衡量标准的S值平均是MatAlign算法的0.968倍, 在同等条件下, 运行速度比MatAlign提高18.276倍.

关键词: 蛋白质结构, 结构比对, 快速排序, SortMatAlign算法, 时间复杂度

Abstract: An improved SortMatAlign method was proposed by which MatAlign time complexity was reduced from O(N4) to O(N3) by quick sort and pretreatment of distance matrices. Experiment results support the new method’s feasibility and effectiveness. On the average, the value of RMSD by SortMatAlign is 1.098 times that by MatAlign, and the Svalue comprehensively evaluated by the number of residue pairs and RMSD is 0.968 times that by MatAlign. SortMatAlign is 18.276 times faster than MatAlign to get the same result.

Key words: protein structure, structural comparison, quick sort, SortMatAlign method, time complexity

中图分类号: 

  • TP18