View source: R/motif_analysis.R
generateKmers | R Documentation |
Given a list of characters, generates all possible fixed length strings
generateKmers(k, letters = c("A", "C", "G", "T"))
k |
The length of the strings to be generated |
letters |
A character vector |
Vector of strings
generateKmers(3, c('A', 'C', 'G'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.