 |
SeqAn3
3.0.2
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
91 constexpr
phred42 operator""_phred42(
char const c) noexcept
111 for (
size_t i = 0; i < n; ++i)
112 r[i].assign_char(s[i]);
constexpr phred42() noexcept=default
Defaulted.
static constexpr char_type offset_char
The projection offset between char and rank score representation.
Definition: phred42.hpp:80
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
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:29
Quality type for traditional Sanger and modern Illumina Phred scores (typical range).
Definition: phred42.hpp:44
std::conditional_t< std::same_as< char, void >, char, char > char_type
The char representation; conditional needed to make semi alphabet definitions legal.
Definition: alphabet_base.hpp:62
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: phred42.hpp:77