SeqAn3  3.0.1
The Modern C++ library for sequence analysis.
kmer_hash.hpp File Reference

Provides seqan3::views::kmer_hash. More...

+ Include dependency graph for kmer_hash.hpp:

Go to the source code of this file.

Namespaces

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

Variables

Alphabet related views
constexpr auto seqan3::views::kmer_hash
 Computes hash values for each position of a range via a given shape. More...
 

Detailed Description

Provides seqan3::views::kmer_hash.

Author
Enrico Seiler <enrico.seiler AT fu-berlin.de>