81inline namespace literals
118 for (
size_t i = 0;
i < n; ++
i)
119 r[
i].assign_char(s[
i]);
constexpr derived_type & assign_char(char_type const chr) noexcept
Assign from a character, implicitly converts invalid characters.
Definition alphabet_base.hpp:160
A "pretty printer" for most SeqAn data structures and related types.
Definition debug_stream_type.hpp:79
Quality type for Solexa and deprecated Illumina formats.
Definition phred68solexa.hpp:37
static constexpr phred_type offset_phred
The projection offset between Phred and rank score representation.
Definition phred68solexa.hpp:71
static constexpr char_type offset_char
The projection offset between char and rank score representation.
Definition phred68solexa.hpp:77
constexpr phred68solexa() noexcept=default
Defaulted.
A CRTP-base that refines seqan3::alphabet_base and is used by the quality alphabets.
Definition phred_base.hpp:30
int8_t phred_type
The integer representation of the quality score.
Definition phred_base.hpp:39
The main SeqAn3 namespace.
Definition aligned_sequence_concept.hpp:26
Provides seqan3::phred42 quality scores.