bio-0.3.3.4: A bioinformatics librarySource codeContentsIndex
Bio.Alignment.Multiple
Description
Multiple alignments.
Synopsis
progressive :: (Sequence -> Sequence -> (Double, EditList)) -> [Sequence] -> [String]
indirect :: EditList -> EditList -> EditList
Documentation
progressive :: (Sequence -> Sequence -> (Double, EditList)) -> [Sequence] -> [String]Source
Progressive multiple alignment. Calculate a tree from agglomerative clustering, then align at each branch going bottom up. Returns a list of columns (rows?).
indirect :: EditList -> EditList -> EditListSource
Derive alignments indirectly, i.e. calculate A|C using alignments A|B and B|C. This is central for Coffee evaluation of alignments, and T-Coffee construction of alignments.
Produced by Haddock version 2.4.2