Description Usage Arguments Value Author(s) See Also Examples
Take an MSA stored in R and return one stored by reference
1 | as.pointer.msa(src)
|
src |
an MSA object stored by value in R |
an MSA object stored by reference as a pointer to an object created in C.
Melissa J. Hubisz and Adam Siepel
msa
for details on MSA storage options.
1 2 3 4 5 | m <- msa(seqs=c("A--ACGTAT", "AG-AGGTAA", "AGGAGGTAG"),
names=c("human", "mouse", "rat"))
m
m <- as.pointer.msa(m)
m
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.