#include <gnRNASequence.h>
Inheritance diagram for gnRNASequence::
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 |
Definition at line 29 of file gnRNASequence.h.
|
Empty Constructor, creates an empty gnRNASequence.
Definition at line 79 of file gnRNASequence.h. |
|
Creates a gnRNASequence with a single contig containing the bases in "seq".
Definition at line 84 of file gnRNASequence.h. |
|
Creates a gnRNASequence with a single contig containing the bases in "str".
Definition at line 89 of file gnRNASequence.h. |
|
Creates a gnRNASequence with the contigs stored in "gngs".
Definition at line 94 of file gnRNASequence.h. |
|
Creates a gnRNASequence with the contigs stored in "gnfs".
Definition at line 99 of file gnRNASequence.h. |
|
Creates a gnRNASequence with the contigs stored in "gncs".
Definition at line 104 of file gnRNASequence.h. |
|
Creates a gnRNASequence with a single contig containing the bases in "bases".
Definition at line 109 of file gnRNASequence.h. |
|
Copies the gnRNASequence "seq".
Definition at line 114 of file gnRNASequence.h. |
|
Reimplemented from gnSequence. Definition at line 75 of file gnRNASequence.h. |
|
Reimplemented from gnSequence. Definition at line 74 of file gnRNASequence.h. |
|
Reimplemented from gnSequence. Definition at line 73 of file gnRNASequence.h. |