Module needletail::kmer

source ·
Expand description

Functions for splitting sequences into fixed-width moving windows (kmers) and utilities for dealing with these kmers.

Structs

  • A kmer-izer for a nucleotide acid sequences to return canonical kmers.
  • Generic moving window iterator over sequences to return k-mers