Public Member Functions |
| | BioProteinSecondaryStructurePrediction () |
| | BioProteinSecondaryStructurePrediction (BioRaw &) |
| | BioProteinSecondaryStructurePrediction (BioFasta &) |
| | BioProteinSecondaryStructurePrediction (BioProteinSequence &) |
| | BioProteinSecondaryStructurePrediction (BioSwissProt &) |
| | BioProteinSecondaryStructurePrediction (const string &) |
| void | showPrediction (ostream &=cout) |
| void | showHelixPrediction (ostream &=cout) |
| void | showStrandPrediction (ostream &=cout) |
| void | showTurnPrediction (ostream &=cout) |
| int | getNumberOfHelices () |
| int | getNumberOfStrands () |
| int | getNumberOfTurns () |
| string | getPredictedSequence () |
| string | getHelix (int i) |
| string | getStrand (int i) |
| string | getTurn (int i) |
| void | setHelixNucleationParameters (int window, int num) |
| void | setSheetNucleationParameters (int window, int num) |
| void | setHelixExtensionParameter (float param) |
| void | setSheetExtensionParamater (float param) |
| void | showPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475) |
| void | showHelixPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475) |
| void | showStrandPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475) |
| void | showTurnPrediction (BioPostScript &ps, float startx=50, float starty=800, float width=475) |
Friends |
| bool | operator> (const BioProteinSecondaryStructurePrediction &, const BioProteinSecondaryStructurePrediction &) |
| bool | operator< (const BioProteinSecondaryStructurePrediction &, const BioProteinSecondaryStructurePrediction &) |
| bool | operator== (const BioProteinSecondaryStructurePrediction &, const BioProteinSecondaryStructurePrediction &) |