SeqAn3  3.0.3
The Modern C++ library for sequence analysis.
phred68solexa.hpp File Reference

Provides seqan3::phred68solexa quality scores. More...

+ Include dependency graph for phred68solexa.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  seqan3::phred68solexa
 Quality type for Solexa and deprecated Illumina formats. More...
 

Namespaces

 seqan3
 The main SeqAn3 namespace.
 
 seqan3::literals
 The SeqAn namespace for literals.
 

Typedefs

using seqan3::phred68legacy = seqan3::phred68solexa
 

Functions

Quality literals
std::vector< phred68solexa > seqan3::literals::operator""_phred68legacy (char const *s, size_t n)
 
constexpr phred68solexa seqan3::literals::operator""_phred68legacy (char const c) noexcept
 
constexpr phred68solexa seqan3::literals::operator""_phred68solexa (char const c) noexcept
 The seqan3::phred68solexa char literal. More...
 

Detailed Description

Provides seqan3::phred68solexa quality scores.

Author
Marie Hoffmann <marie.hoffmann AT fu-berlin.de>