alphabet.msa: MSA Alphabet

Description Usage Arguments Value Author(s) Examples

View source: R/msa.R

Description

Returns the alphabet used by an MSA object.

Usage

1

Arguments

x

an MSA object

Value

the valid non-missing-data characters for an MSA object.

Author(s)

Melissa J. Hubisz and Adam Siepel

Examples

1
2
3
m <- msa(seqs=c("a--acgtaa", "NN-nnnTAA", "AGGAGGTAG"),
         names=c("human", "mouse", "rat"))
alphabet.msa(m)

Example output

[1] "ACGT"

rphast documentation built on May 1, 2019, 9:26 p.m.