| count_kmers | R Documentation |
Counts all possible substrings of length k.
count_kmers(s, k = 3)
s |
A character string containing the sequence |
k |
Integer length of k-mer |
A table of k-mer counts
data(sars_fragment)
count_kmers(sars_fragment, k = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.