Grantham's distances. More...
#include <Sequence/Grantham.hpp>
Public Member Functions | |
| double | operator() (char aa1, char aa2) const |
Grantham's distances.
A functor to return the Grantham's distance between two amino acids.
Definition at line 39 of file Grantham.hpp.
| double Sequence::Grantham::operator() | ( | char | aa1, | |
| char | aa2 | |||
| ) | const |
Returns the distance between two amino acids. A distance of 999.0 is used if one of the amino acids is a stop (a '*' character).
Definition at line 474 of file Grantham.cc.
1.6.3