Multiple Sequence Alignment Using Minimum Spanning Tree

MJ Zhu,GW Hu,QL Zheng,H Peng
DOI: https://doi.org/10.1109/icmlc.2005.1527521
2005-01-01
Abstract:Multiple sequence alignment (MSA) is one of the most important tools in modern biology. The MSA problem is NP-hard; therefore, heuristic approaches are needed to align a large set of data within a reasonable time. In this paper, a new MSA algorithm is proposed. We use a minimum spanning tree (MST) algorithm to construct a guide tree in which the sequences are aligned. The time complexity of our MSA approach is O(n 3L 2) (where n is the number of sequences and L is the maximum length of all sequences). The validity of our algorithm has been confirmed by the experimental results.
What problem does this paper attempt to address?