RNAlib-2.4.4
|
|
Functions and data structures related to sequence representations. More...
Go to the source code of this file.
Data Structures | |
struct | vrna_sequence_s |
Data structure representing a nucleotide sequence. More... | |
enum | vrna_seq_type_e { VRNA_SEQ_UNKNOWN, VRNA_SEQ_RNA, VRNA_SEQ_DNA } |
A enumerator used in vrna_sequence_s to distinguish different nucleotide sequences. More... | |
typedef struct vrna_sequence_s | vrna_seq_t |
Typename for nucleotide sequence representation data structure vrna_sequence_s. | |
Functions and data structures related to sequence representations.
enum vrna_seq_type_e |
A enumerator used in vrna_sequence_s to distinguish different nucleotide sequences.
Enumerator | |
---|---|
VRNA_SEQ_UNKNOWN | Nucleotide sequence represents an Unkown type. |
VRNA_SEQ_RNA | Nucleotide sequence represents an RNA type. |
VRNA_SEQ_DNA | Nucleotide sequence represents a DNA type. |