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