getRandomSeq {scanMiR} | 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)