Darwin Help

Back to Index

TotalAlign

Function TotalAlign


Calling Sequence  TotalAlign(m,DM,goal)
Parameters
NameTypeDescription

m Matcha Match
DM DayMatrixa Dayhoff Matrix
goal numerica threshold value
Return Type  list(Match)
Synopsis The TotalAlign function implements the Smith-Waterman algorithm SmithW81 with an extension to find all independent local alignments of the complete sequences of 'm' reaching a score of at least 'goal'. The alignments are computed at PAM distance defined by the similarity matrix DM.
Examples  
See also CreateDayMatrices,   MAlign