Provides bio::views::translate and bio::views::translate_single. More...
#include <concepts>
#include <ranges>
#include <stdexcept>
#include <vector>
#include <bio/alphabet/aminoacid/aa27.hpp>
#include <bio/alphabet/aminoacid/translation.hpp>
#include <bio/alphabet/nucleotide/dna5.hpp>
#include <bio/ranges/container/concept.hpp>
#include <bio/ranges/container/small_string.hpp>
#include <bio/ranges/detail/random_access_iterator.hpp>
#include <bio/ranges/type_traits.hpp>
#include <bio/ranges/views/deep.hpp>
#include <bio/ranges/views/detail.hpp>
#include <bio/ranges/views/translate_single.hpp>
Go to the source code of this file.
Namespaces | |
namespace | bio |
The main BioC++ namespace. | |
namespace | bio::ranges |
The ranges module's namespace. | |
namespace | bio::ranges::views |
The BioC++ namespace for views. | |
Variables | |
Alphabet related views | |
constexpr auto | bio::ranges::views::translate |
A view that translates nucleotide into aminoacid alphabet with 1, 2, 3 or 6 frames. | |
Provides bio::views::translate and bio::views::translate_single.