powered by
Create a 'blocked' DNA sequence, which is a sequence with four equal-sized nucleotide sections
create_blocked_dna(length)
a string
number of nucleotides. Must be a multiple of four.
Richèl J.C. Bilderbeek
Use create_mono_nuc_dna to create a mono-nucleotide DNA sequence.
# Will be acgt create_blocked_dna(length = 4) # Will be aaccggtt create_blocked_dna(length = 8)
Run the code above in your browser using DataLab