Module minimizer_iter::iterator

source ·
Expand description

Iterators over minimizers.

Structs§

  • 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.
  • 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.
  • 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.
  • 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.
  • An iterator over the minimizers of a sequence and their positions.
  • An iterator over the positions of the minimizers of a sequence.
  • An iterator over the mod-sampling minimizers of a sequence and their positions.
  • An iterator over the positions of the mod-sampling minimizers of a sequence.