SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
A concept that indicates whether an alphabet represents amino acids. More...
#include <seqan3/alphabet/aminoacid/concept.hpp>
A concept that indicates whether an alphabet represents amino acids.
Since an amino acid alphabet has no specific characteristics (like the complement function for nucleotide alphabets), we distinguish an amino acid alphabet by the seqan3::is_aminoacid type trait.
The requirements for this concept are given as related functions and type traits. Types that satisfy this concept are shown as "implementing this interface".