struct vrna_sequence_s

#include <ViennaRNA/sequence.h>

Overview

Data structure representing a nucleotide sequence. More…

// fields

vrna_seq_type_e type
char* string
short* encoding
unsigned int length

Detailed Documentation

Data structure representing a nucleotide sequence.

Fields

vrna_seq_type_e type
The type of sequence.
char* string
The string representation of the sequence.
short* encoding
The integer representation of the sequence.
unsigned int length
The length of the sequence.