getRandomSeq | R Documentation |
Produces a random sequence of the given letters
getRandomSeq(length = 3000, alphabet = c("A", "C", "G", "T"), n = 1)
length |
Length of the sequence |
alphabet |
Letters from which to sample |
n |
The number of sequences to generate |
A character vector of length 1
getRandomSeq(100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.