polyn: Utilities for common, simple operations

View source: R/AllUtilities.R

UtilitesR Documentation

Utilities for common, simple operations

Description

These functions perform a variety of simple operations.

Usage

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

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

Bioconductor/ShortRead documentation built on May 5, 2024, 4:14 a.m.