Darwin Help

Back to Index

MAlignment

Class MAlignment - a protein or DNA multiple sequence alignment

Calling Sequence  MAlignment(InputSeqs,AlignedSeqs,labels,method,PrintOrder,Score,UpperBound,tree,AllAll)
Parameters
NameTypeDescription

InputSeqs list(string)input sequences (before alignment)
AlignedSeqs list(string)aligned sequences (in input order)
labels list(string)labels for the sequences (in input order)
method stringmethod(s) that generated the MSA
PrintOrder list(integer)order used for printing and scoring
Score numericscore of the MSA (circular tour)
UpperBound numericupper bound score (circular tour)
tree Treetree used by the probabilistic method
AllAll matrixall against all Alignment matrix
Methods PartialOrderMSA, print, Rand, select, string
Synopsis An MAlignment stores the information of a multiple sequence alignment. The sequences may contain proteins or DNA. The Score and UpperBound (on the score) are calculated using the circular tour method. In order to force recalculation of the score, use the selector RecalcScore. A MAlignment is normally created by calling MAlign.
See also Align,   Alignment,   MAlign