|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioProteinDisorderPrediction.h>
Public Member Functions | |
| BioProteinDisorderPrediction () | |
| BioProteinDisorderPrediction (BioFasta, string) | |
| vector< int > | getDisorderedResiduePositions () |
| double | getDisorder (int) |
| void | showDisorder (ostream &os=cout) |
| void | calculateDisorder (int, int, int, double, int, string, string, string) |
| void BioProteinDisorderPrediction::calculateDisorder | ( | int | , |
| int | , | ||
| int | , | ||
| double | , | ||
| int | , | ||
| string | , | ||
| string | , | ||
| string | |||
| ) |
| double BioProteinDisorderPrediction::getDisorder | ( | int | ) |
| vector<int> BioProteinDisorderPrediction::getDisorderedResiduePositions | ( | ) |
| void BioProteinDisorderPrediction::showDisorder | ( | ostream & | os = cout | ) |