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/views/deep.hpp>
#include <bio/ranges/views/transform_by_pos.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_single |
A view that translates nucleotide into aminoacid alphabet for one of the six frames. | |
Provides bio::views::translate and bio::views::translate_single.