SeqAn3  3.1.0-rc.1
The Modern C++ library for sequence analysis.
translate_join.hpp File Reference

Provides seqan3::views::translate_join. More...

#include <seqan3/std/concepts>
#include <seqan3/std/ranges>
#include <stdexcept>
#include <vector>
#include <seqan3/alphabet/views/translate.hpp>
#include <seqan3/core/range/type_traits.hpp>
#include <seqan3/utility/container/small_string.hpp>
+ 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

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...
 

Detailed Description

Provides seqan3::views::translate_join.

Author
Sara Hetzel <sara.hetzel AT fu-berlin.de>