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