API Reference
VectorizedKmers.KmerArray — TypeKmerArray{N, K, T <: Real, A <: AbstractArray{T, K}} <: StaticArray{NTuple{K, N}, T, K}Nis the alphabet sizeKis the K-mer sizeTis the element typeAis the array type
VectorizedKmers.count_kmers! — Methodcount_kmers!(kmer_array, sequence; reset=true)Requires method axis_index(::KmerArray{N}, ::eltype(sequence)) where N to be defined
VectorizedKmers.count_kmers — Methodcount_kmers(sequence, [N,] K, T=Int, zeros=zeros)