Interface ProfileProfileAligner<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 a sequence is a Compound of type C
All Superinterfaces:
Aligner<S,C>, ProfileProfileScorer<S,C>, Scorer
All Known Implementing Classes:
AbstractProfileProfileAligner, SimpleProfileProfileAligner

public interface ProfileProfileAligner<S extends Sequence<C>,C extends Compound> extends Aligner<S,C>, ProfileProfileScorer<S,C>
Defines an Aligner for a pair of profiles.
Author:
Mark Chapman
  • Method Details

    • getPair

      Returns alignment profile pair.
      Returns:
      alignment profile pair