powered by
Counts all possible substrings of length k.
count_kmers(s, k = 3)
A table of k-mer counts
A character string containing the sequence
Integer length of k-mer
data(sars_fragment) count_kmers(sars_fragment, k = 3)
Run the code above in your browser using DataLab