|
SeqAn3 3.4.3-rc.1
The Modern C++ library for sequence analysis.
|
Provides seqan3::views::minimiser_hash. More...
#include <seqan3/alphabet/views/complement.hpp>#include <seqan3/core/detail/strong_type.hpp>#include <seqan3/search/views/kmer_hash.hpp>#include <seqan3/search/views/minimiser.hpp>
Include dependency graph for minimiser_hash.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | seqan3::detail::minimiser_hash_fn |
| seqan3::views::minimiser_hash's range adaptor object type (non-closure). More... | |
| struct | seqan3::seed |
| strong_type for seed. More... | |
| struct | seqan3::window_size |
| strong_type for the window_size. More... | |
Namespaces | |
| namespace | seqan3 |
| The main SeqAn3 namespace. | |
| namespace | seqan3::detail |
| The internal SeqAn3 namespace. | |
| 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. | |
Provides seqan3::views::minimiser_hash.