 |
SeqAn3
3.0.1
The Modern C++ library for sequence analysis.
|
|
Go to the documentation of this file.
59 constexpr
phred42() noexcept =
default;
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:140
constexpr phred42 & operator=(phred42 const &) noexcept=default
Defaulted.
The main SeqAn3 namespace.
Definition: aligned_sequence_concept.hpp:36
Quality type for traditional Sanger and modern Illumina Phred scores (typical range).
Definition: phred42.hpp:43
~phred42() noexcept=default
Defaulted.
A CRTP-base that refines seqan3::alphabet_base and is used by the quality alphabets.
Definition: quality_base.hpp:28
static constexpr phred_type offset_phred
The projection offset between phred and rank score representation.
Definition: phred42.hpp:77
constexpr phred42(phred_type const p)
Construct from phred value.
Definition: phred42.hpp:67