Class SimpleProfileProfileAligner<S extends Sequence<C>,C extends Compound>

Type Parameters:
S - each Sequence in the pair of alignment Profiles is of type S
C - each element of an AlignedSequence is a Compound of type C
All Implemented Interfaces:
Aligner<S,C>, MatrixAligner<S,C>, ProfileProfileAligner<S,C>, ProfileProfileScorer<S,C>, Scorer

public class SimpleProfileProfileAligner<S extends Sequence<C>,C extends Compound> extends AbstractProfileProfileAligner<S,C>
Implements a simple (naive) Aligner for a pair of Profiles. This is basically an extension of the NeedlemanWunsch pairwise sequence aligner to pairwise profile alignment using a sum-of-pairs score.
Author:
Mark Chapman