|
Victor
|
Interface/wrapper for energy and feature calculation for a protein chain. More...
Public Member Functions | |
| EnergyFeatures () | |
| vector< double > | calculateFeatures (Spacer &sp) |
| Main function wrapping up feature calculation for FRST2. More... | |
Static Public Member Functions | |
| static vector< double > | calculateAaComposition (Spacer &sp) |
| static double | calculateBackboneHydrogenBonds (Spacer &sp) |
| static vector< double > | calculateChainBreaks (Spacer &sp) |
| static double | calculateClashes (Spacer &sp) |
| static vector< double > | calculateSecondaryComposition (Spacer &sp) |
| static void | showFeatures () |
Interface/wrapper for energy and feature calculation for a protein chain.
It calculates and prints: energies (RAPDF, solvation, torsional, torsional normalized), aminoacid composition, chain breaks, secondary structure composition, hydrogen bonds, residue mesostate composition, clashes.
| EnergyFeatures | ( | ) |
Basic constructor
|
static |
Returns the calculated Aa Composition for all the aa in the spacer
| reference | of a Spacer(spacer&) |
|
static |
calculates the quantity of backbone hidrogen Bonds from the spacer
| reference | of a Spacer(Spacer&) |
|
static |
Returns the calculated chain breaks for the amino acids in the spacer
| reference | of a Spacer(Spacer&) |
|
static |
Returns the calculated the clashes for the amino acids in the spacer
| reference | of a Spacer(Spacer&) |
| vector< double > calculateFeatures | ( | Spacer & | sp | ) |
Main function wrapping up feature calculation for FRST2.
Returns the calculated all the features for the amino acids in the spacer
| reference | of a Spacer(Spacer&) |
|
static |
Returns the calculated Secondary Composition from the amino acids in the spacer
| reference | of a Spacer(Spacer&) |
|
static |
print the possible output features