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

Provides seqan3::views::trim_quality. More...

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

Go to the source code of this file.

Namespaces

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

Variables

constexpr auto seqan3::views::trim_quality
 A view that does quality-threshold trimming on a range of seqan3::quality_alphabet.

Detailed Description

Provides seqan3::views::trim_quality.

Author
Hannes Hauswedell <hannes.hauswedell AT fu-berlin.de>
Hide me