powered by
Returns the alphabet used by an MSA object.
alphabet.msa(x)
an MSA object
the valid non-missing-data characters for an MSA object.
# NOT RUN { m <- msa(seqs=c("a--acgtaa", "NN-nnnTAA", "AGGAGGTAG"), names=c("human", "mouse", "rat")) alphabet.msa(m) # }
Run the code above in your browser using DataLab