BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioProteinSequenceGlobalAlignment.h>
Public Member Functions | |
BioProteinSequenceGlobalAlignment () | |
BioProteinSequenceGlobalAlignment (BioProteinSequence, BioProteinSequence, string mat="BLOSUM62", int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioProteinSequence, BioProteinSequence, string, string, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioProteinSequence, BioProteinSequence, int MS, int MMS, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioProteinSequence, string, string mat="BLOSUM62", int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioProteinSequence, string, string, string, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioProteinSequence, string, int MS, int MMS, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioSwissProt, BioSwissProt, string mat="BLOSUM62", int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioSwissProt, BioSwissProt, string, string, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioSwissProt, BioSwissProt, int MS, int MMS, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioSwissProt, string, string mat="BLOSUM62", int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioSwissProt, string, string, string, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioSwissProt, string, int MS, int MMS, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioFasta, BioFasta, string mat="BLOSUM62", int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioFasta, BioFasta, string, string, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioFasta, BioFasta, int MS, int MMS, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioFasta, string, string mat="BLOSUM62", int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioFasta, string, string, string, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (BioFasta, string, int MS, int MMS, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (string, string, string mat="BLOSUM62", int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (string, string, string, string, int GP=-11, int extn=-9999) | |
BioProteinSequenceGlobalAlignment (string, string, int MS, int MMS, int GP=-11, int extn=-9999) | |
void | showAccumulationMatrix (ostream &=cout) |
void | showAlignment (ostream &=cout) |
long | getNumberOfIdentities () |
long | getNumberOfSimilarities () |
float | getIdentity () |
float | getScore () |
string | getAlignedSequence1 () |
string | getAlignedSequence2 () |
string | getConsensusSequence () |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioProteinSequence | , |
BioProteinSequence | , | ||
string | mat = "BLOSUM62" , |
||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioProteinSequence | , |
BioProteinSequence | , | ||
string | , | ||
string | , | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioProteinSequence | , |
BioProteinSequence | , | ||
int | MS, | ||
int | MMS, | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioProteinSequence | , |
string | , | ||
string | mat = "BLOSUM62" , |
||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioProteinSequence | , |
string | , | ||
string | , | ||
string | , | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioProteinSequence | , |
string | , | ||
int | MS, | ||
int | MMS, | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioSwissProt | , |
BioSwissProt | , | ||
string | mat = "BLOSUM62" , |
||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioSwissProt | , |
BioSwissProt | , | ||
string | , | ||
string | , | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioSwissProt | , |
BioSwissProt | , | ||
int | MS, | ||
int | MMS, | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioSwissProt | , |
string | , | ||
string | mat = "BLOSUM62" , |
||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioSwissProt | , |
string | , | ||
string | , | ||
string | , | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioSwissProt | , |
string | , | ||
int | MS, | ||
int | MMS, | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioFasta | , |
BioFasta | , | ||
string | mat = "BLOSUM62" , |
||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioFasta | , |
BioFasta | , | ||
string | , | ||
string | , | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioFasta | , |
BioFasta | , | ||
int | MS, | ||
int | MMS, | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioFasta | , |
string | , | ||
string | mat = "BLOSUM62" , |
||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioFasta | , |
string | , | ||
string | , | ||
string | , | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | BioFasta | , |
string | , | ||
int | MS, | ||
int | MMS, | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | string | , |
string | , | ||
string | mat = "BLOSUM62" , |
||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | string | , |
string | , | ||
string | , | ||
string | , | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
BioProteinSequenceGlobalAlignment::BioProteinSequenceGlobalAlignment | ( | string | , |
string | , | ||
int | MS, | ||
int | MMS, | ||
int | GP = -11 , |
||
int | extn = -9999 |
||
) |
void BioProteinSequenceGlobalAlignment::showAccumulationMatrix | ( | ostream & | = cout | ) |
void BioProteinSequenceGlobalAlignment::showAlignment | ( | ostream & | = cout | ) |