#include <bioseq.h>

Public Member Functions | |
| mRNA () | |
| mRNA (const string &s) | |
Private Attributes | |
| int | cdsb |
| int | cdse |
| Protein | prt |
| mRNA::mRNA | ( | ) | [inline] |
| mRNA::mRNA | ( | const string & | s | ) |
int mRNA::cdsb [private] |
start of CDS 0-based index [b,e)
Referenced by mRNA().
int mRNA::cdse [private] |
end of CDS 0-based index 1 pass the end
Referenced by mRNA().
1.5.6