Class SimpleSubstitutionMatrix<C extends Compound>

java.lang.Object
org.biojava.nbio.core.alignment.matrices.SimpleSubstitutionMatrix<C>
Type Parameters:
C - each element of the matrix corresponds to a pair of Compounds of type C
All Implemented Interfaces:
Serializable, SubstitutionMatrix<C>

public class SimpleSubstitutionMatrix<C extends Compound> extends Object implements SubstitutionMatrix<C>, Serializable
Implements 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, Daniel Cameron, Paolo Pavan
See Also: