Description Usage Arguments Value Author(s) See Also Examples
Assotiate a Sequence object with a Site object.
1 2 | ## S3 method for class 'Site'
setSequence(this, new.seq, ...)
|
this |
A Site object. |
new.seq |
A valid Sequence object. |
... |
Not used. |
The Sequence object (invisible).
Botond Sipos, Gregory Jordan
For more information see Site
.
1 2 3 4 5 6 7 8 9 | # create a site object
s<-Site()
# get associated Sequence object
s$sequence
# set associated Sequence object
setSequence(s,Sequence())
s$sequence
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.