|
Victor
|
Implement VGP (Variable Gap Penalty) function. More...
Inheritance diagram for VGPFunction2:
Collaboration diagram for VGPFunction2:Public Member Functions | |
| VGPFunction2 (string secFileName) | |
| Default constructor. More... | |
| VGPFunction2 (string secFileName, double o, double e, unsigned int extType, double wH, double wS) | |
| Constructor assigning o, e and weights. More... | |
| VGPFunction2 (const VGPFunction2 &orig) | |
| Copy constructor. | |
| virtual | ~VGPFunction2 () |
| Destructor. | |
| virtual void | copy (const GapFunction &orig) |
| Copy orig object to this object ("deep copy"). | |
| virtual void | copy (const VGPFunction2 &orig) |
| Copy orig object to this object ("deep copy"). More... | |
| virtual double | getExtensionPenalty (int p) |
| Return extension gap penalty for template position p. More... | |
| virtual double | getOpenPenalty (int p) |
| Return open gap penalty for template position p. More... | |
| virtual VGPFunction2 * | newCopy () |
| Construct a new "deep copy" of this object. More... | |
| VGPFunction2 & | operator= (const VGPFunction2 &orig) |
| Assignment operator. More... | |
| void | pExtractSecInfo (string secFileName) |
| Extract structural infos from template secondary structure. More... | |
| virtual void | setExtensionPenalty (double pen) |
| Set extension gap penalty. | |
| virtual void | setOpenPenalty (double pen) |
| Set open gap penalty. | |
Implement VGP (Variable Gap Penalty) function.
Some explanations can be found in:
Madhusudhan MS., Marti-Renom MA., Sanchez R., Sali A. Variable gap penalty for protein sequence-structure alignment. Department of Biopharmaceutical Sciences and Pharmaceutical Chemistry, University of California at San Francisco, 94143, USA. PMID: 16423846 [PubMed - indexed for MEDLINE]
| VGPFunction2 | ( | string | secFileName | ) |
Default constructor.
| secFileName |
| VGPFunction2 | ( | string | secFileName, |
| double | o, | ||
| double | e, | ||
| unsigned int | extType, | ||
| double | wH, | ||
| double | wS | ||
| ) |
Constructor assigning o, e and weights.
| secFileName | |
| o | |
| e | |
| extType | |
| wH | |
| wS |
|
virtual |
Copy orig object to this object ("deep copy").
| orig |
|
virtual |
|
virtual |
|
virtual |
| VGPFunction2 & operator= | ( | const VGPFunction2 & | orig | ) |
Assignment operator.
| orig |
| void pExtractSecInfo | ( | string | secFileName | ) |
Extract structural infos from template secondary structure.
| secFileName |