VectorizedKmers.jl logo
VectorizedKmers.jl
  • Home
  • Integer representation of k-mers
  • API Reference
Version
  • API Reference
  • API Reference
GitHub

API Reference

VectorizedKmers.KmerArray — Type
KmerArray{N, K, T <: Real, A <: AbstractArray{T, K}} <: StaticArray{NTuple{K, N}, T, K}
  • N is the alphabet size
  • K is the K-mer size
  • T is the element type
  • A is the array type
source
VectorizedKmers.count_kmers! — Method
count_kmers!(kmer_array, sequence; reset=true)

Requires method axis_index(::KmerArray{N}, ::eltype(sequence)) where N to be defined

source
VectorizedKmers.count_kmers — Method
count_kmers(sequence, [N,] K, T=Int, zeros=zeros)
source
« Integer representation of k-mers

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.3.0 on Sunday 24 March 2024. Using Julia version 1.10.2.