dictInfo: Get and Set the dicInfo slot for the 'CMdictionary' class

Description Usage Arguments Value Examples

Description

Method to get and set a list of info about the dictionary

Usage

1
2
3
4
5
6
7
8
9
dictInfo(.Object)

dictInfo(.Object) <- value

## S4 method for signature 'CMdictionary'
dictInfo(.Object)

## S4 replacement method for signature 'CMdictionary'
dictInfo(.Object) <- value

Arguments

.Object

An instance of class CMdictionary

value

list of details about the dictionary

Value

list of details about the dictionary

object of class CMdictionary

Examples

1
2
3
4
5
dictionary <- new('CMdictionary')
dictInfo(dictionary)
dictionary <- new('CMdictionary')
dictInfo(dictionary) <-
list(Dictionary_type =  'ENTREZ from OrgDb', Dictionary_source ='OrgDb')

eugeniaeueu/Onassis documentation built on March 9, 2020, 8:17 a.m.