SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
translation_details.hpp File Reference

Provides translation details for nucleotide to aminoacid translation. More...

+ Include dependency graph for translation_details.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  seqan3::detail::translation_table< nucl_type, gc, void_type >
 Generic translation table for canonical genetic code. More...
 
struct  seqan3::detail::translation_table< dna15, seqan3::genetic_code::canonical, void_type >
 Translation table for canonical genetic code and dna15 alphabet. More...
 

Namespaces

namespace  seqan3
 The main SeqAn3 namespace.
 
namespace  seqan3::detail
 The internal SeqAn3 namespace.
 

Detailed Description

Provides translation details for nucleotide to aminoacid translation.

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