Interface ProfilePair<S extends Sequence<C>,C extends Compound>

Type Parameters:
S - each element of an alignment Profile is of type S
C - each element of an AlignedSequence is a Compound of type C
All Superinterfaces:
Iterable<AlignedSequence<S,C>>, Profile<S,C>
All Known Subinterfaces:
MutableProfilePair<S,C>
All Known Implementing Classes:
SimpleProfilePair

public interface ProfilePair<S extends Sequence<C>,C extends Compound> extends Profile<S,C>
Defines a data structure for the results of the alignment of a pair of Profiles.
Author:
Mark Chapman, Paolo Pavan
  • Method Details