SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
rna5.hpp File Reference

Provides seqan3::rna5, container aliases and string literals. More...

+ Include dependency graph for rna5.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::rna5
 The five letter RNA alphabet of A,C,G,U and the unknown character N. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::literals
 The SeqAn namespace for literals.
 

Functions

Nucleotide literals
rna5_vector seqan3::literals::operator""_rna5 (char const *s, std::size_t n)
 The seqan3::rna5 string literal. More...
 
constexpr rna5 seqan3::literals::operator""_rna5 (char const c) noexcept
 The seqan3::rna5 char literal. More...
 

Detailed Description

Provides seqan3::rna5, container aliases and string literals.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>