GetRandomSeq | R Documentation |
Creates a random DNA sequence of a given length.
GetRandomSeq(seq.len)
seq.len |
The sequence length. |
A character string representing a DNA sequence.
Mercedes Guerrero-Murillo and Josep Gregori
GenerateVars
, Diverge
set.seed(123)
GetRandomSeq(50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.