View source: R/create_mono_nuc_dna.R
create_mono_nuc_dna | R Documentation |
Create a 'blocked' DNA sequence, which is a sequence with four equal-sized nucleotide sections
create_mono_nuc_dna(length, nucleotide = "a")
length |
number of nucleotides |
nucleotide |
number of nucleotides |
a string
Richèl J.C. Bilderbeek
Use create_blocked_dna to create a DNA sequence of four equally-sized mono-noculeotide block
# Creates 'aaa'
create_mono_nuc_dna(length = 3)
# Creates 'ccccc'
create_mono_nuc_dna(nucleotide = "c", length = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.