Description Usage Arguments Value Author(s) See Also Examples
Creates a random DNA sequence of a given length.
1 | GetRandomSeq(seq.len)
|
seq.len |
The sequence length. |
A character string representing a DNA sequence.
Mercedes Guerrero-Murillo and Josep Gregori
1 2 | set.seed(123)
GetRandomSeq(50)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.