Description Usage Arguments Value Author(s) See Also Examples
Get the Sequence object associated with a given Site object.
1 2 | ## S3 method for class 'Site'
getSequence(this, ...)
|
this |
A Site object. |
... |
Not used. |
A Sequence object or NA.
Botond Sipos, Gregory Jordan
For more information see Site
.
1 2 3 4 5 6 7 8 | # create a site object
s<-Site(sequence=Sequence())
# get the associated Sequence object
getSequence(s)
# get the associated Sequence object via virtual field
s$sequence
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.