Expand description
Iterators over minimizers.
Structsยง
- Canonical
Minimizer Iterator - An iterator over the canonical minimizers of a sequence and their positions with a boolean indicating a reverse complement. It requires an odd width to break ties between multiple minimizers.
- Canonical
Minimizer PosIterator - An iterator over the positions of the canonical minimizers of a sequence with a boolean indicating a reverse complement. It requires an odd width to break ties between multiple minimizers.
- Canonical
ModSampling Iterator - An iterator over the canonical mod-sampling minimizers of a sequence and their positions with a boolean indicating a reverse complement. It requires an odd width to break ties between multiple minimizers.
- Canonical
ModSampling PosIterator - An iterator over the positions of the canonical mod-sampling minimizers of a sequence with a boolean indicating a reverse complement. It requires an odd width to break ties between multiple minimizers.
- Minimizer
Iterator - An iterator over the minimizers of a sequence and their positions.
- Minimizer
PosIterator - An iterator over the positions of the minimizers of a sequence.
- ModSampling
Iterator - An iterator over the mod-sampling minimizers of a sequence and their positions.
- ModSampling
PosIterator - An iterator over the positions of the mod-sampling minimizers of a sequence.