dictionary {Onassis} | R Documentation |
dictionary<-
Method to get and set the dictionary
slot of the class Onassis-class
dictionary
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
onassis <- Onassis() obo <- system.file('extdata', 'sample.cs.obo', package='OnassisJavaLibs') dictionary(onassis) <- obo o <- Onassis() dictionary(o)