dictionary: 'dictionary<-'

Description Usage Arguments Value Examples

Description

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

Usage

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)

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

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

Onassis documentation built on Nov. 8, 2020, 8:18 p.m.