stringDNA: stringDNA

View source: R/stringDNA.R

stringDNAR Documentation

stringDNA

Description

Function that generates a string of DNA bases with size given as function argument.

Usage

stringDNA(size = 1)

Arguments

size

Integer defining length of DNA string build of A, T, G and C. (Default is 1)

Value

A string of DNA characters.

Examples

stringDNA(size = 20)

rforbiodatascience22/group_14_package documentation built on April 7, 2022, 8:20 p.m.