Description Usage Arguments Value Author(s) See Also Examples
Get the list of unique Process instances attached to the Site objects aggregated by a Sequence object.
1 2 | ## S3 method for class 'Sequence'
getUniqueProcesses(this, ...)
|
this |
A Sequence object. |
... |
Not used. |
A list of Process objects.
Botond Sipos, Gregory Jordan
For more information see Sequence
.
1 2 3 4 5 6 7 8 9 10 11 12 | # create a sequence object and attach processes
p<-JC69()
s<-Sequence(
length=4,
alphabets=list(NucleotideAlphabet()),
processes=list(list(p,K80()),list(p))
)
# get the unique list of attached Process instances
getUniqueProcesses(s)
# via virtual field
s$uniqueProcesses
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.