dictInfo {Onassis} | R Documentation |
CMdictionary
classMethod to get and set a list of info about the dictionary
dictInfo(.Object) dictInfo(.Object) <- value ## S4 method for signature 'CMdictionary' dictInfo(.Object) ## S4 replacement method for signature 'CMdictionary' dictInfo(.Object) <- value
.Object |
An instance of class |
value |
list of details about the dictionary |
list of details about the dictionary
object of class CMdictionary
dictionary <- new('CMdictionary') dictInfo(dictionary) dictionary <- new('CMdictionary') dictInfo(dictionary) <- list(Dictionary_type = 'ENTREZ from OrgDb', Dictionary_source ='OrgDb')