Victor
|
Calculate scores for profile to profile alignment using Zhou-Zhou method. More...
Public Member Functions | |
Zhou (Profile *pro1, PssmInput *pssm2) | |
Default constructor. More... | |
Zhou (const Zhou &orig) | |
Copy constructor. | |
virtual | ~Zhou () |
Destructor. | |
virtual void | copy (const ScoringFunction &orig) |
Copy orig object to this object ("deep copy"). | |
virtual void | copy (const Zhou &orig) |
Copy orig object to this object ("deep copy"). More... | |
virtual Zhou * | newCopy () |
Construct a new "deep copy" of this object. More... | |
Zhou & | operator= (const Zhou &orig) |
Assignment operator. | |
virtual double | scoringSeq (int i, int j) |
Calculate scores to create matrix values. More... | |
Calculate scores for profile to profile alignment using Zhou-Zhou method.
Some explanations can be found in:
Zhou H., Zhou Y. Single-body residue-level knowledge-based energy score combined with sequence-profile and secondary structure information for fold recognition. Proteins. 2004 Jun 1;55(4):1005-13. PMID: 15146497 [PubMed - indexed for MEDLINE]
|
virtual |
Copy orig object to this object ("deep copy").
orig |
|
virtual |
|
virtual |