Module iterator

Source
Expand description

Iterators over minimizers.

Structsยง

CanonicalMinimizerIterator
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.
CanonicalMinimizerPosIterator
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.
CanonicalModSamplingIterator
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.
CanonicalModSamplingPosIterator
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.
MinimizerIterator
An iterator over the minimizers of a sequence and their positions.
MinimizerPosIterator
An iterator over the positions of the minimizers of a sequence.
ModSamplingIterator
An iterator over the mod-sampling minimizers of a sequence and their positions.
ModSamplingPosIterator
An iterator over the positions of the mod-sampling minimizers of a sequence.