SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
Provides the dot bracket format for RNA structure. More...
#include <vector>
#include <seqan3/alphabet/alphabet_base.hpp>
#include <seqan3/alphabet/structure/concept.hpp>
#include <seqan3/utility/char_operations/transform.hpp>
Go to the source code of this file.
Classes | |
class | seqan3::dot_bracket3 |
The three letter RNA structure alphabet of the characters ".()".. More... | |
Namespaces | |
namespace | seqan3 |
The main SeqAn3 namespace. | |
namespace | seqan3::literals |
The SeqAn namespace for literals. | |
Functions | |
Structure literals | |
constexpr std::vector< dot_bracket3 > | seqan3::literals::operator""_db3 (char const *str, std::size_t len) |
The seqan3::db3 string literal. | |
constexpr dot_bracket3 | seqan3::literals::operator""_db3 (char const ch) noexcept |
The seqan3::db3 char literal. | |
Provides the dot bracket format for RNA structure.