polyn: Utilities for common, simple operations

Description Usage Arguments Details Value Author(s) Examples

View source: R/AllUtilities.R

Description

These functions perform a variety of simple operations.

Usage

1
polyn(nucleotides, n)

Arguments

nucleotides

A character vector with all elements having exactly 1 character, typically from the IUPAC alphabet.

n

An integer(1) vector.

Details

polyn returns a character vector with each element having n characters. Each element contains a single nucleotide. Thus polyn("A", 5) returns AAAAA.

Value

polyn returns a character vector of length length(nucleotide)

Author(s)

Martin Morgan <mtmorgan@fhcrc.org>

Examples

1
polyn(c("A", "N"), 35)

ShortRead documentation built on Nov. 8, 2020, 8:02 p.m.