Online Lectures on Bioinformatics
|
Algorithms for SP-optimal multiple alignmentsReduction of search spaceFollowing an approach of Carrillo and Lipman [CL88], it's possible to reduce the search space in the n-dimensional edit-graph. The concept of the forward-backward-matrix is used once more: Each 'cell' of the forward-backward matrix of two sequences contains the total score of an alignment, which is optimal under the assumption that the two letters belonging to the cell have to be matched in the alignment (see also a previous section):
Mij(x,y) = Dij(x,y) + Rij(x,y)
Although the alignment-score between two sequences in an optimal multiple alignment is not necessarily optimal in the pairwise sense, a lower bound Lxy for this score can be specified by only computing pairwise optimal alignments and a heuristic alignment (see below). Having specified a lower bound for the alignment-score of a pair of sequences allows to exclude certain cells in the forward-backward-matrix from being candidates for an optimal multiple alignment of all sequences, and thus the n-dimensional search space is reduced by eliminating regions where
Mij(x,y) < Lxy
Note:
Lx,y as defined below is a lower bound for the pairwise
alignment score of an optimal multiple alignment
Comments are very welcome. luz@molgen.mpg.de |