#include <FPGModel.h>
Public Member Functions | |
| fpkey (const string &q, const string &t, const int n) | |
| bool | operator== (const fpkey &k) const |
| bool | operator< (const fpkey &k) const |
| bool | operator> (const fpkey &k) const |
| fpkey (const string &q, const string &t, const int n) | |
| bool | operator== (const fpkey &k) const |
| bool | operator< (const fpkey &k) const |
| bool | operator> (const fpkey &k) const |
Public Attributes | |
| string | qid |
| string | tid |
| int | fpnum |
Friends | |
| ostream & | operator<< (ostream &ous, const fpkey &k) |
| ostream & | operator<< (ostream &ous, const fpkey &k) |
This class add a few parameter from the footprint table that records identity, coverage, and score
This is used for Genewise pipeline and other programs the consolidate blastx results into concrete results.
class: FPGModel foot-print gene model is an extension of GModel and a specialization of the class with fpkey.
This class add a few parameter from the footprint table that records identity, coverage, and score
| fpkey::fpkey | ( | const string & | q, | |
| const string & | t, | |||
| const int | n | |||
| ) | [inline] |
| fpkey::fpkey | ( | const string & | q, | |
| const string & | t, | |||
| const int | n | |||
| ) | [inline] |
| bool fpkey::operator> | ( | const fpkey & | k | ) | const [inline] |
| bool fpkey::operator> | ( | const fpkey & | k | ) | const [inline] |
| ostream& operator<< | ( | ostream & | ous, | |
| const fpkey & | k | |||
| ) | [friend] |
| ostream& operator<< | ( | ostream & | ous, | |
| const fpkey & | k | |||
| ) | [friend] |
| string fpkey::qid |
Referenced by operator<(), operator==(), and storeInFootprintKeyTable().
| string fpkey::tid |
Referenced by operator<(), operator==(), and storeInFootprintKeyTable().
| int fpkey::fpnum |
Referenced by operator<(), operator==(), and storeInFootprintKeyTable().
1.5.6