-
class
Needleman and Wunsch defined an algorithm for pairwise global sequence alignments (from the first until the last
Compound
of each
Sequence
).
class
Smith and Waterman defined an algorithm for pairwise local sequence alignments (best match of sections from each
Sequence
).
-
class
This algorithm uses a divide-and-conquer approach to find optimal pairwise global sequence alignments (from the
first until the last
Compound
of each
Sequence
) with the restriction that any alignment produced
will connect the query sequence to the target sequence at the
anchors.
class
Guan and Uberbacher defined an algorithm for pairwise global sequence alignments (from the first until the last
Compound
of each
Sequence
).