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

Provides seqan3::view::kmer_hash. More...

#include <range/v3/view/sliding.hpp>
#include <seqan3/alphabet/concept.hpp>
#include <seqan3/core/type_traits/range.hpp>
#include <seqan3/range/view/detail.hpp>
#include <seqan3/std/ranges>
+ Include dependency graph for kmer_hash.hpp:

Go to the source code of this file.

Namespaces

 seqan3::view
 The SeqAn3 namespace for views.
 

Variables

Alphabet related views
auto constexpr seqan3::view::kmer_hash
 A view that calls std::hash on each substring of length k in the input range. More...
 

Detailed Description

Provides seqan3::view::kmer_hash.

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