Description Usage Arguments Value Author(s) See Also Examples
Get the Alphabet object attached to a Site object.
1 2 | ## S3 method for class 'Site'
getAlphabet(this, ...)
|
this |
A Site object. |
... |
Not used. |
An Alphabet object.
Botond Sipos, Gregory Jordan
For more information see Site
.
1 2 3 4 5 6 7 8 9 10 11 | # create a site object
s<-Site()
# create an Alphabet object
a<-Alphabet(c("A","T","G"))
# attach alphabet to site object
setAlphabet(s,a)
# get attached alphabet
getAlphabet(s)
# get attached alphabet via virtual field
s$alphabet
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.