Victor
|
Calculate scores for profile to profile alignment using Panchenko method. More...
Public Member Functions | |
Panchenko (Profile *pro1, Profile *pro2, PssmInput *pssm1, PssmInput *pssm2) | |
Default constructor. More... | |
Panchenko (const Panchenko &orig) | |
Copy constructor. | |
virtual | ~Panchenko () |
Destructor. | |
virtual void | copy (const ScoringFunction &orig) |
Copy orig object to this object ("deep copy"). | |
virtual void | copy (const Panchenko &orig) |
Copy orig object to this object ("deep copy"). More... | |
virtual Panchenko * | newCopy () |
Construct a new "deep copy" of this object. More... | |
Panchenko & | operator= (const Panchenko &orig) |
Assignment operator. More... | |
int | returnAaColumnTarget (int i) |
Return the number of different aminoacids in column i. More... | |
int | returnAaColumnTemplate (int i) |
Return the number of different aminoacids in column i. More... | |
virtual double | scoringSeq (int i, int j) |
Calculate scores to create matrix values. More... | |
Calculate scores for profile to profile alignment using Panchenko method.
Some explanations can be found in:
Panchenko AR. Finding weak similarities between proteins by sequence profile comparison. Nucleic Acids Res. 2003 Jan 15;31(2):683-9.
Default constructor.
pro1 | |
pro2 | |
pssm1 | |
pssm2 |
|
virtual |
Copy orig object to this object ("deep copy").
orig |
|
virtual |
int returnAaColumnTarget | ( | int | i | ) |
Return the number of different aminoacids in column i.
i |
int returnAaColumnTemplate | ( | int | i | ) |
Return the number of different aminoacids in column i.
i |
|
virtual |