 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
109 for (
size_t i = 0; i < n; ++i)
110 r[i].assign_char(s[i]);
static constexpr char_type offset_char
The projection offset between char and rank score representation.
Definition: phred68legacy.hpp:78
Quality type for Solexa and deprecated Illumina formats.
Definition: phred68legacy.hpp:42
int8_t phred_type
The integer representation of a quality score assignable with =operator.
Definition: quality_base.hpp:35
Provides seqan3::phred42 quality scores.
constexpr derived_type & assign_char(char_type const c) noexcept
Assign from a character, implicitly converts invalid characters.
Definition: alphabet_base.hpp:142
constexpr phred68legacy() noexcept=default
Defaulted.
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
A CRTP-base that refines seqan3::alphabet_base and is used by the quality alphabets.
Definition: quality_base.hpp:29
static constexpr phred_type offset_phred
The projection offset between phred and rank score representation.
Definition: phred68legacy.hpp:75