Class
RnaHeaderA container for labels of several RNA structures.
A container for labels of several RNA structures.
Defined in | <seqan/rna_io.h> |
---|---|
Signature |
class RnaHeader;
|
Member Function Overview
-
RnaHeader::RnaHeader()
The constructor.
Member Variable Overview
-
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.
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
If not stated otherwise, concurrent invocation is not guaranteed to be thread-safe.
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.