API Reference
VectorizedKmers.KmerArray
— TypeKmerArray{N, K, T <: Real, A <: AbstractArray{T, K}} <: StaticArray{NTuple{K, N}, T, K}
N
is the alphabet sizeK
is the K-mer sizeT
is the element typeA
is 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)