|
Victor
|
Calculate scores for profile to profile alignment. More...
Inheritance diagram for ScoringP2P:
Collaboration diagram for ScoringP2P:Public Member Functions | |
| ScoringP2P (SubMatrix *sub, AlignmentData *ad, Structure *str, Profile *pro1, Profile *pro2, ScoringFunction *fun, double cSeq) | |
| Default constructor. More... | |
| ScoringP2P (const ScoringP2P &orig) | |
| Copy constructor. | |
| virtual | ~ScoringP2P () |
| Destructor. | |
| virtual bool | checkSequence (const string &s) const |
| Check if s consists only of characters defined in sub.getResidues. More... | |
| virtual void | copy (const ScoringP2P &orig) |
| Copy orig object to this object ("deep copy"). More... | |
| virtual void | copy (const ScoringScheme &orig) |
| Copy orig object to this object ("deep copy"). More... | |
| virtual ScoringP2P * | newCopy () |
| Construct a new "deep copy" of this object. More... | |
| ScoringP2P & | operator= (const ScoringP2P &orig) |
| Assignment operator. More... | |
| virtual void | reverse () |
| Reverse template sequence and profile. | |
| virtual double | scoring (int i, int j) |
| Calculate scores to create matrix values. More... | |
Data Fields | |
| AlignmentData * | ad |
| Pointer to AlignmentData. | |
| Structure * | str |
| Pointer to Structure. | |
| SubMatrix * | sub |
| Substitution matrix. | |
Calculate scores for profile to profile alignment.
| ScoringP2P | ( | SubMatrix * | sub, |
| AlignmentData * | ad, | ||
| Structure * | str, | ||
| Profile * | pro1, | ||
| Profile * | pro2, | ||
| ScoringFunction * | fun, | ||
| double | cSeq | ||
| ) |
Default constructor.
| sub | |
| ad | |
| str | |
| pro1 | |
| pro2 | |
| fun | |
| cSeq |
|
virtualinherited |
Check if s consists only of characters defined in sub.getResidues.
| s |
|
virtual |
Copy orig object to this object ("deep copy").
| orig |
|
virtualinherited |
Copy orig object to this object ("deep copy").
| orig |
|
virtual |
| ScoringP2P & operator= | ( | const ScoringP2P & | orig | ) |
Assignment operator.
| orig |
|
virtual |