Public Methods |
| gnRNASequence () |
| Empty Constructor, creates an empty gnRNASequence. More...
|
| gnRNASequence (const gnSeqC *seq) |
| Creates a gnRNASequence with a single contig containing the bases in "seq". More...
|
| gnRNASequence (const string &str) |
| Creates a gnRNASequence with a single contig containing the bases in "str". More...
|
| gnRNASequence (const gnGenomeSpec &gngs) |
| Creates a gnRNASequence with the contigs stored in "gngs". More...
|
| gnRNASequence (const gnFragmentSpec &gnfs) |
| Creates a gnRNASequence with the contigs stored in "gnfs". More...
|
| gnRNASequence (const gnContigSpec &gncs) |
| Creates a gnRNASequence with the contigs stored in "gncs". More...
|
| gnRNASequence (gnSeqC *bases, const gnSeqI length) |
| Creates a gnRNASequence with a single contig containing the bases in "bases". More...
|
| gnRNASequence (const gnRNASequence &seq) |
| Copies the gnRNASequence "seq". More...
|
Private Attributes |
gnGenomeSpec* | spec |
list<const gnBaseFilter*> | filter_list |
const gnCompare* | comparator |