Description Usage Arguments Value Examples
Method to get and set the dictionary
slot of the class Onassis-class
1 2 3 4 5 6 7 8 9 | dictionary(object)
dictionary(object) <- value
## S4 replacement method for signature 'Onassis'
dictionary(object) <- value
## S4 method for signature 'Onassis'
dictionary(object)
|
object |
instance of class |
value |
the path of an OBO file |
The path of the dictionary in case of get, the instance of Onassis with new dictionary in case of set
1 2 3 4 5 | onassis <- Onassis()
obo <- system.file('extdata', 'sample.cs.obo', package='OnassisJavaLibs')
dictionary(onassis) <- obo
o <- Onassis()
dictionary(o)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.