Interface SubstitutionMatrix<C extends Compound>

Type Parameters:
C - each element of the matrix corresponds to a pair of Compounds of type C
All Known Implementing Classes:
ScaledSubstitutionMatrix, SimpleSubstitutionMatrix

public interface SubstitutionMatrix<C extends Compound>
Defines a data structure which holds the score (penalty or bonus) given during alignment for the exchange of one Compound in a sequence for another.
Author:
Mark Chapman, Paolo Pavan