Class RnaHeader
A container for labels of several RNA structures.

Defined in <seqan/rna_io.h>
Signature class RnaHeader;

Member Function Overview

Member Variable Overview

Detailed Description

The container stores all kinds of data that can be obtained by reading RNA structure file headers.

Member Functions Detail

RnaHeader::RnaHeader()

The constructor.

Data Races

Thread safety unknown!

Member Variables Detail

StringSet<CharString> RnaHeader::bppLabels

List of base pair probability matrix computation methods.

CharString RnaHeader::description

Free text for file description.

StringSet<CharString> RnaHeader::fixLabels

List of fixed structure computation methods.

StringSet<CharString> RnaHeader::seqLabels

List of sequence names.

StringSet<CharString> RnaHeader::typeLabels

List of types of biological validated data.