24 #ifndef __GRANTHAMWEIGHTS_H__ 25 #define __GRANTHAMWEIGHTS_H__ abstract interface to weighting schemes when codons differ at 2 positions
The namespace in which this library resides.
Weights paths by Grantham's distances for codons differing at 3 sites.
abstract interface to weighting schemes when codons differ at 3 positions
weights2_t operator()(const std::string &codon1, const std::string &codon2, Sequence::GeneticCodes genetic_code) const
abstract interface to weighting schemes when codons differ at 2 positions
Weights paths by Grantham's distances for codons differing at 2 sites.
Definition of enumeration types.