Description Usage Arguments Author(s) See Also Examples
Convert a set of sequences to a multidna object if possible.
1 | as.multidna(x)
|
x |
a valid set of sequences: character matrix, list of
character vectors, |
Eric Archer eric.archer@noaa.gov
getSequences
1 2 3 4 5 6 7 8 9 | # convert list of character vectors
data(dolph.seqs)
list.mdna <- as.multidna(dolph.seqs)
list.mdna
# convert gtypes object
data(dloop.g)
gtype.mdna <- as.multidna(dloop.g)
gtype.mdna
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.