Description Usage Arguments Examples
View source: R/random_DNA.src.R
generate a random string of DNA (or RNA) bases
1 | random_DNA(length, is_RNA = FALSE, seed = NULL)
|
length |
length of DNA sequence to be generated |
is_RNA |
defaults to FALSE |
seed |
random seed; defaults to NULL |
1 | random_DNA(12, is_RNA = TRUE, seed = 123)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.