create_mono_nuc_dna: Create a 'blocked' DNA sequence, which is a sequence with...

View source: R/create_mono_nuc_dna.R

create_mono_nuc_dnaR Documentation

Create a 'blocked' DNA sequence, which is a sequence with four equal-sized nucleotide sections

Description

Create a 'blocked' DNA sequence, which is a sequence with four equal-sized nucleotide sections

Usage

create_mono_nuc_dna(length, nucleotide = "a")

Arguments

length

number of nucleotides

nucleotide

number of nucleotides

Value

a string

Author(s)

Richèl J.C. Bilderbeek

See Also

Use create_blocked_dna to create a DNA sequence of four equally-sized mono-noculeotide block

Examples

# Creates 'aaa'
create_mono_nuc_dna(length = 3)

# Creates 'ccccc'
create_mono_nuc_dna(nucleotide = "c", length = 5)

richelbilderbeek/pirouette documentation built on Oct. 18, 2023, 3:09 p.m.