The Algorithm Design Manual
About the Book
Programming Challenges

The Stony Brook Algorithm Repository

Steven Skiena
Stony Brook University
Dept. of Computer Science

MSA: multiple sequence alignment


MSA is a program to perform multiple sequence alignment under the sum-of-pairs criterion. This means that the cost of a multiple alignment of n sequences is the sum of the n choose 2 costs of the implicit pairwise alignments.
  • Download Files (local site)
  • Offical Site

    Problem Links

      
    Longest Common Substring (8)



    This page last modified on 2008-07-10 .
    www.algorist.com