SeqAn3 3.4.0-rc.1
The Modern C++ library for sequence analysis.
|
A concept that indicates whether an alphabet represents quality scores. More...
#include <seqan3/alphabet/quality/concept.hpp>
A concept that indicates whether an alphabet represents quality scores.
In addition to the requirements for seqan3::alphabet, the quality_alphabet introduces a requirement for conversion functions from and to a Phred score.
t
shall model seqan3::alphabett
See the documentation pages for the respective requirements.
If a given type t
models this concept, the following types typically do so, as well:
t &
t const
t const &