Description Usage Arguments Value Author(s) Examples
Returns the alphabet used by an MSA object.
1 | alphabet.msa(x)
|
x |
an MSA object |
the valid non-missing-data characters for an MSA object.
Melissa J. Hubisz and Adam Siepel
1 2 3 | m <- msa(seqs=c("a--acgtaa", "NN-nnnTAA", "AGGAGGTAG"),
names=c("human", "mouse", "rat"))
alphabet.msa(m)
|
[1] "ACGT"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.