generate_dna | R Documentation |
Generate a random DNA sequence
generate_dna(length)
length |
An integer specifying the length of the DNA sequence to generate. |
A character object with the generated DNA sequence.
generate_dna(length = 10) # "CAGGCGCGTT"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.