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