dictionary {Onassis}R Documentation

dictionary<-

Description

Method to get and set the dictionary slot of the class Onassis-class

dictionary

Usage

dictionary(object)

dictionary(object) <- value

## S4 replacement method for signature 'Onassis'
dictionary(object) <- value

## S4 method for signature 'Onassis'
dictionary(object)

Arguments

object

instance of class Onassis-class

value

the path of an OBO file

Value

The path of the dictionary in case of get, the instance of Onassis with new dictionary in case of set

Examples

onassis <- Onassis()
obo <- system.file('extdata', 'sample.cs.obo', package='OnassisJavaLibs')
dictionary(onassis) <- obo
o <- Onassis()
dictionary(o)


[Package Onassis version 1.2.7 Index]