Provides seqan3::views::translate_join. More...
#include <vector>#include <stdexcept>#include <seqan3/core/type_traits/range.hpp>#include <seqan3/range/container/small_string.hpp>#include <seqan3/range/detail/random_access_iterator.hpp>#include <seqan3/range/views/translate.hpp>#include <seqan3/std/concepts>#include <seqan3/std/ranges>
Include dependency graph for translate_join.hpp:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::views | |
| The SeqAn namespace for views. | |
Variables | |
Alphabet related views | |
| constexpr auto | seqan3::views::translate_join |
| A view that translates nucleotide into aminoacid alphabet with 1, 2, 3 or 6 frames. Input and output range are always two-dimensional. More... | |
Provides seqan3::views::translate_join.