getKmers | R Documentation |
Returns all combinations of 'n' elements of 'from'
getKmers(n = 4, from = c("A", "C", "G", "T"))
n |
Number of elements |
from |
Letters sampled |
A character vector
getKmers(3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.