SeqAn3 3.4.0
The Modern C++ library for sequence analysis.
Loading...
Searching...
No Matches
phred94.hpp File Reference

Provides seqan3::phred94 quality scores. More...

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

Go to the source code of this file.

Classes

class  seqan3::phred94
 Quality type for PacBio Phred scores of HiFi reads. More...

Namespaces

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

Functions

Quality literals
constexpr phred94 seqan3::literals::operator""_phred94 (char const c) noexcept
 The seqan3::phred94 char literal.

Detailed Description

Provides seqan3::phred94 quality scores.

Author
Lydia Buntrock <lydia.buntrock AT fu-berlin.de>
Hide me