SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
minimiser_hash.hpp File Reference

Provides seqan3::views::minimiser_hash. More...

+ Include dependency graph for minimiser_hash.hpp:

Go to the source code of this file.

Classes

struct  seqan3::seed
 strong_type for seed. More...
 
struct  seqan3::window_size
 strong_type for the window_size. More...
 

Namespaces

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

Variables

Alphabet related views
constexpr auto seqan3::views::minimiser_hash
 Computes minimisers for a range with a given shape, window size and seed. More...
 

Detailed Description

Provides seqan3::views::minimiser_hash.

Author
Mitra Darvish <mitra.darvish AT fu-berlin.de>