#include <Blmodel.h>

Public Member Functions | |
| Blmodel (const string &q, const string &t, int fp, int ql, int tl, int qb, int qe, int tb, int te, int ex, double sc, double ide, double qc, float ol) | |
| Blmodel (const mysqlpp::Row &r) | |
| const string & | getQid () const |
| const string & | getTid () const |
| int | getFpnum () const |
| pair< int, int > | getExpectedTargetRange (int ease=500, double cr=4.1) const |
| int | getExonNum () const |
| double | getScore () const |
| double | getNormScore () const |
| int | queryLength () const |
| int | targetLength () const |
| bool | queryHasStart () const |
| bool | queryHasStop () const |
Private Attributes | |
| string | qid |
| string | tid |
| int | fpnum |
| int | qlen |
| int | tlen |
| int | numex |
| double | score |
| double | iden |
| double | qcov |
| float | olp |
Friends | |
| ostream & | operator<< (ostream &ous, const Blmodel &bm) |
| Blmodel::Blmodel | ( | const string & | q, | |
| const string & | t, | |||
| int | fp, | |||
| int | ql, | |||
| int | tl, | |||
| int | qb, | |||
| int | qe, | |||
| int | tb, | |||
| int | te, | |||
| int | ex, | |||
| double | sc, | |||
| double | ide, | |||
| double | qc, | |||
| float | ol | |||
| ) | [inline] |
| Blmodel::Blmodel | ( | const mysqlpp::Row & | r | ) | [inline] |
| const string& Blmodel::getQid | ( | ) | const [inline] |
References qid.
| int Blmodel::getFpnum | ( | ) | const [inline] |
| pair< int, int > Blmodel::getExpectedTargetRange | ( | int | ease = 500, |
|
| double | cr = 4.1 | |||
| ) | const |
References Range::direction(), Range::length(), qlen, Match::queryBegin(), Match::queryEnd(), queryHasStart(), queryHasStop(), Match::queryRange(), Match::targetBegin(), Match::targetEnd(), Match::targetRange(), and tlen.
Referenced by writeJobInstruction().
| int Blmodel::getExonNum | ( | ) | const [inline] |
References numex.
| double Blmodel::getScore | ( | ) | const [inline] |
References score.
| bool Blmodel::queryHasStart | ( | ) | const [inline] |
| bool Blmodel::queryHasStop | ( | ) | const [inline] |
| ostream& operator<< | ( | ostream & | ous, | |
| const Blmodel & | bm | |||
| ) | [friend] |
string Blmodel::qid [private] |
Referenced by getQid(), and operator<<().
string Blmodel::tid [private] |
Referenced by getTid(), and operator<<().
int Blmodel::fpnum [private] |
Referenced by getFpnum(), and operator<<().
int Blmodel::qlen [private] |
Referenced by getExpectedTargetRange(), operator<<(), queryHasStop(), and queryLength().
int Blmodel::tlen [private] |
Referenced by getExpectedTargetRange(), operator<<(), and targetLength().
int Blmodel::numex [private] |
Referenced by getExonNum(), and operator<<().
double Blmodel::score [private] |
Referenced by getNormScore(), getScore(), and operator<<().
double Blmodel::iden [private] |
Referenced by operator<<().
double Blmodel::qcov [private] |
Referenced by operator<<().
float Blmodel::olp [private] |
Referenced by getNormScore(), and operator<<().
1.5.6