dictInfo {Onassis}R Documentation

Get and Set the dicInfo slot for the CMdictionary class

Description

Get and Set the dicInfo slot for the CMdictionary class

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

dictInfo<-

Usage

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

dictionary <- new('CMdictionary')
dictInfo(dictionary)
dictionary <- new('CMdictionary')
dictInfo(dictionary) <-
list(Dictionary_type =  'ENTREZ from OrgDb', Dictionary_source ='OrgDb')

[Package Onassis version 1.2.7 Index]