BioInt
1.02.00
BioInt: An integrative biological object-oriented application framework and interpreter
|
#include <BioBlast.h>
Public Member Functions | |
BioBlast (const string &) | |
string | getQueryName () |
string | getDatabaseName () |
int | getNumberOfAlignments () |
vector< BioSingleBlast > | getAlignment (double evalue) |
BioSingleBlast | getAlignment (int index) |
bool | findAlignment (string search) |
Friends | |
bool | operator< (const BioBlast &x, const BioBlast &y) |
bool | operator> (const BioBlast &x, const BioBlast &y) |
bool | operator== (const BioBlast &x, const BioBlast &y) |
BioBlast::BioBlast | ( | const string & | ) |
bool BioBlast::findAlignment | ( | string | search | ) |
vector<BioSingleBlast> BioBlast::getAlignment | ( | double | evalue | ) |
BioSingleBlast BioBlast::getAlignment | ( | int | index | ) |
string BioBlast::getDatabaseName | ( | ) |
int BioBlast::getNumberOfAlignments | ( | ) |
string BioBlast::getQueryName | ( | ) |