|
Victor
|
Calculate scores for profile to profile alignment using Pearson's correlation coefficient. More...
Inheritance diagram for Pearson:
Collaboration diagram for Pearson:Public Member Functions | |
| Pearson (Profile *pro1, Profile *pro2) | |
| Default constructor. More... | |
| Pearson (const Pearson &orig) | |
| Copy constructor. More... | |
| virtual | ~Pearson () |
| Destructor. | |
| virtual void | copy (const ScoringFunction &orig) |
| Copy orig object to this object ("deep copy"). | |
| virtual void | copy (const Pearson &orig) |
| Copy orig object to this object ("deep copy"). More... | |
| virtual Pearson * | newCopy () |
| Construct a new "deep copy" of this object. More... | |
| Pearson & | operator= (const Pearson &orig) |
| Assignment operator. More... | |
| virtual double | scoringSeq (int i, int j) |
| Calculate scores to create matrix values. More... | |
Calculate scores for profile to profile alignment using Pearson's correlation coefficient.
Some explanations can be found in:
Guoli Wang, Roland L. Dunbrack jr. Scoring profile-to-profile sequence alignments. Institute for Cancer Research, Fox Chase Cancer Center, Philadelphia, Pennsylvania 19111, USA. March 16, 2004.
|
virtual |
Copy orig object to this object ("deep copy").
| orig |
|
virtual |
|
virtual |