1 #ifndef VIENNA_RNA_PACKAGE_SEQUENCE_H 2 #define VIENNA_RNA_PACKAGE_SEQUENCE_H 18 #define VRNA_SEQUENCE_RNA 1U 20 #define VRNA_SEQUENCE_DNA 2U 44 unsigned int options);
49 unsigned int options);
char * string
The string representation of the sequence.
Definition: sequence.h:37
Nucleotide sequence represents a DNA type.
Definition: sequence.h:28
Data structure representing a nucleotide sequence.
Definition: sequence.h:35
The most basic data structure required by many functions throughout the RNAlib.
Definition: fold_compound.h:131
short * encoding
The integer representation of the sequence.
Definition: sequence.h:38
unsigned int length
The length of the sequence.
Definition: sequence.h:39
vrna_seq_type_e
A enumerator used in vrna_sequence_s to distinguish different nucleotide sequences.
Definition: sequence.h:25
Nucleotide sequence represents an Unkown type.
Definition: sequence.h:26
Nucleotide sequence represents an RNA type.
Definition: sequence.h:27
vrna_seq_type_e type
The type of sequence.
Definition: sequence.h:36