makeCombinations | R Documentation |
Create a vector of the default combinations of A, C, G and T
makeCombinations(what = c("tetramers", "tetramers-all")[1], sorted = TRUE, as.DNAStringSet = FALSE, lowercase = FALSE)
what |
character, the name of the combinations, "tetramers" means A,C,G, and T while "tetramers-all" adds "N" to the tetramers list. |
sorted |
logical, sort into lexical order (AAAA, AAAC, ..., TTTT) |
as.DNAStringSet |
logical, if TRUE then return a DNAStringSet otherwise a vector |
lowercase |
logical, if TRUE then use lower case letters |
a character vector or DNStringSet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.