|
BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioProteinSequenceRepeatAlignment.h>


Public Member Functions | |
| BioProteinSequenceRepeatAlignment () | |
| BioProteinSequenceRepeatAlignment (BioProteinSequence, BioProteinSequence, string="BLOSUM62", int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioProteinSequence, BioProteinSequence, string, string, int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioProteinSequence, BioProteinSequence, int ReapIden, int MS, int MMS, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioProteinSequence, string, string="BLOSUM62", int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioProteinSequence, string, string, string, int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioProteinSequence, string, int ReapIden, int MS, int MMS, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioSwissProt, BioSwissProt, string="BLOSUM62", int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioSwissProt, BioSwissProt, string, string, int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioSwissProt, BioSwissProt, int ReapIden, int MS, int MMS, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioSwissProt, string, string="BLOSUM62", int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioSwissProt, string, string, string, int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioSwissProt, string, int ReapIden, int MS, int MMS, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioFasta, BioFasta, string="BLOSUM62", int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioFasta, BioFasta, string, string, int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioFasta, BioFasta, int ReapIden, int MS, int MMS, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioFasta, string, string="BLOSUM62", int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioFasta, string, string, string, int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (BioFasta, string, int ReapIden, int MS, int MMS, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (string, string, string="BLOSUM62", int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (string, string, string, string, int ReapIden=100, int GP=-50, int extn=-9999, int TH=20) | |
| BioProteinSequenceRepeatAlignment (string, string, int ReapIden, int MS, int MMS, int GP=-50, int extn=-9999, int TH=20) | |
| void | setThreshold (int) |
| void | setRepeatIdentity (int) |
| void | setGaps (int) |
| void | showAccumulationMatrix (ostream &=cout) |
| void | showAlignment (ostream &=cout) |
| long | getNumberOfRepeats () |
| long | getRepeatStartingPosition (long) |
| long | getRepeatEndingPosition (long) |
| BioSequence | getRepeat (long) |
| string | getAlignedRepeat (long) |
| void | showAlignment (BioPostScript &ps, float=100, float=650, float=450) |
| long | getNumberOfIdentities () |
| long | getNumberOfSimilarities () |
| float | getIdentity (int) |
| int | getRepeatScore (int) |
| float | getScore () |
| string | getAlignedSequence1 () |
| string | getAlignedSequence2 () |
Friends | |
| bool | operator> (const BioProteinSequenceRepeatAlignment &, const BioProteinSequenceRepeatAlignment &) |
| bool | operator< (const BioProteinSequenceRepeatAlignment &, const BioProteinSequenceRepeatAlignment &) |
| bool | operator== (const BioProteinSequenceRepeatAlignment &, const BioProteinSequenceRepeatAlignment &) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioProteinSequence | , |
| BioProteinSequence | , | ||
| string | = "BLOSUM62", |
||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioProteinSequence | , |
| BioProteinSequence | , | ||
| string | , | ||
| string | , | ||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioProteinSequence | , |
| BioProteinSequence | , | ||
| int | ReapIden, | ||
| int | MS, | ||
| int | MMS, | ||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioProteinSequence | , |
| string | , | ||
| string | = "BLOSUM62", |
||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioProteinSequence | , |
| string | , | ||
| string | , | ||
| string | , | ||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioProteinSequence | , |
| string | , | ||
| int | ReapIden, | ||
| int | MS, | ||
| int | MMS, | ||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioSwissProt | , |
| BioSwissProt | , | ||
| string | = "BLOSUM62", |
||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioSwissProt | , |
| BioSwissProt | , | ||
| string | , | ||
| string | , | ||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioSwissProt | , |
| BioSwissProt | , | ||
| int | ReapIden, | ||
| int | MS, | ||
| int | MMS, | ||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioSwissProt | , |
| string | , | ||
| string | = "BLOSUM62", |
||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioSwissProt | , |
| string | , | ||
| string | , | ||
| string | , | ||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioSwissProt | , |
| string | , | ||
| int | ReapIden, | ||
| int | MS, | ||
| int | MMS, | ||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioFasta | , |
| BioFasta | , | ||
| string | = "BLOSUM62", |
||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioFasta | , |
| BioFasta | , | ||
| string | , | ||
| string | , | ||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioFasta | , |
| BioFasta | , | ||
| int | ReapIden, | ||
| int | MS, | ||
| int | MMS, | ||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioFasta | , |
| string | , | ||
| string | = "BLOSUM62", |
||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioFasta | , |
| string | , | ||
| string | , | ||
| string | , | ||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | BioFasta | , |
| string | , | ||
| int | ReapIden, | ||
| int | MS, | ||
| int | MMS, | ||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | string | , |
| string | , | ||
| string | = "BLOSUM62", |
||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | string | , |
| string | , | ||
| string | , | ||
| string | , | ||
| int | ReapIden = 100, |
||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| BioProteinSequenceRepeatAlignment::BioProteinSequenceRepeatAlignment | ( | string | , |
| string | , | ||
| int | ReapIden, | ||
| int | MS, | ||
| int | MMS, | ||
| int | GP = -50, |
||
| int | extn = -9999, |
||
| int | TH = 20 |
||
| ) |
| string BioProteinSequenceRepeatAlignment::getAlignedRepeat | ( | long | ) |
| float BioProteinSequenceRepeatAlignment::getIdentity | ( | int | ) |
| void BioProteinSequenceRepeatAlignment::setGaps | ( | int | ) |
| void BioProteinSequenceRepeatAlignment::setRepeatIdentity | ( | int | ) |
| void BioProteinSequenceRepeatAlignment::setThreshold | ( | int | ) |
| void BioProteinSequenceRepeatAlignment::showAccumulationMatrix | ( | ostream & | = cout | ) |
| void BioProteinSequenceRepeatAlignment::showAlignment | ( | ostream & | = cout | ) |
| void BioProteinSequenceRepeatAlignment::showAlignment | ( | BioPostScript & | ps, |
| float | = 100, |
||
| float | = 650, |
||
| float | = 450 |
||
| ) |
| bool operator< | ( | const BioProteinSequenceRepeatAlignment & | , |
| const BioProteinSequenceRepeatAlignment & | |||
| ) | [friend] |
| bool operator== | ( | const BioProteinSequenceRepeatAlignment & | , |
| const BioProteinSequenceRepeatAlignment & | |||
| ) | [friend] |
| bool operator> | ( | const BioProteinSequenceRepeatAlignment & | , |
| const BioProteinSequenceRepeatAlignment & | |||
| ) | [friend] |