Description Usage Arguments Value Author(s) See Also Examples
Get the list of the Site object aggregated in a Sequence object. Warning: there is no setSites method!
1 2 |
this |
A Sequence object. |
... |
Not used. |
A list of Site objects.
Botond Sipos, Gregory Jordan
For more information see Sequence
.
1 2 3 4 5 6 7 | # create a sequence object
s<-Sequence(alphabets=list(NucleotideAlphabet()),string="AATTGCCC")
# get the list of aggregated Site objects
getSites(s)
# get Site objects via virtual field
s$sites
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.