BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioFTQCodon.h>
Public Member Functions | |
BioFTQCodon () | |
BioFTQCodon (const string &bou_) | |
void | setBioFTQCodon (const string &bou_) |
string | getCodonSequence () |
string | getCodonAminoAcid () |
bool | findCodon (const string &) |
void | showCodon (ostream &os=cout, string x=" ") |
BioFTQCodon::BioFTQCodon | ( | ) | [inline] |
BioFTQCodon::BioFTQCodon | ( | const string & | bou_ | ) |
bool BioFTQCodon::findCodon | ( | const string & | ) |
string BioFTQCodon::getCodonAminoAcid | ( | ) |
string BioFTQCodon::getCodonSequence | ( | ) |
void BioFTQCodon::setBioFTQCodon | ( | const string & | bou_ | ) |
void BioFTQCodon::showCodon | ( | ostream & | os = cout , |
string | x = " " |
||
) |