Alphabet: built alphabet

Description Usage Arguments Value Author(s) Examples

View source: R/seqLogo.R

Description

builts an object of class Alphabet from the given set of symbols and colors

Usage

1
Alphabet(chars, cols)

Arguments

chars

set of symbols

cols

set of colors; one for each symbol

Value

the Alphabet object

Author(s)

Martin Nettling

Examples

1
DNA <- Alphabet(c("A", "C", "G", "T"), c("green4", "blue", "orange", "red"))

Jstacs/DepLogo documentation built on April 22, 2021, 1:21 a.m.