Provides seqan3::rna_structure_alphabet. More...
#include <optional>#include <seqan3/alphabet/concept.hpp>#include <seqan3/core/detail/customisation_point.hpp>#include <seqan3/std/concepts>#include <seqan3/std/type_traits>
Include dependency graph for concept.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
Variables | |
Function objects (Structure) | |
| constexpr auto | seqan3::is_pair_close = detail::adl_only::is_pair_close_fn{} |
| Check whether the given character represents a leftward interaction in an RNA structure. More... | |
| constexpr auto | seqan3::is_pair_open = detail::adl_only::is_pair_open_fn{} |
| Check whether the given character represents a rightward interaction in an RNA structure. More... | |
| constexpr auto | seqan3::is_unpaired = detail::adl_only::is_unpaired_fn{} |
| Check whether the given character represents an unpaired nucleotide in an RNA structure. More... | |
| template<typename alph_t > | |
| constexpr auto | seqan3::max_pseudoknot_depth = detail::adl_only::max_pseudoknot_depth_obj<alph_t>() |
| A type trait that holds the ability of the structure alphabet to represent pseudoknots, i.e. crossing interactions, up to a certain depth. More... | |
| constexpr auto | seqan3::pseudoknot_id = detail::adl_only::pseudoknot_id_fn{} |
| Retrieve an id for the level of a pseudoknotted interaction (also known as 'page number'). More... | |
Provides seqan3::rna_structure_alphabet.