Method for finding ungapped multiple sequence alignments without getting trapped in local optima.
Essentially: holding the rest of the alignment fixed, sample the indentation of one sequence.
Sequence#1 (+) 18 GCGTACCACT 27 Sequence#2 (+) 8 GCGTACCACG 17 Sequence#3 (-) 12 GCGTACCCCG 21 Sequence#4 (+) 5 GCTGACTACG 14 Sequence#5 (-) 14 GCATACCGCG 23 Sequence#6 (+) 18 TCGTACCACG 27 Sequence#7: ctaaggctcggatgcgTACGACGACA ctaaggctcggatgcGTACGACGACa ctaaggctcggatgCGTACGACGAca ctaaggctcggatGCGTACGACGaca ctaaggctcggaTGCGTACGACgaca .....
Likelihood of aligning residue r to column c is
where f(c)r is the observed frequency of residue r in column c, and Dr are (Dirichlet) pseudocounts.
(Lawrence et al, Science 262, 1993)