CMdictionary-class {Onassis}R Documentation

Class that stores a Conceptmapper dictionary

Description

CMdictionary is a class that wraps a Conceptmapper ccp-nlp Java dictionary. Its methods allow the creation of a dictionary from OBO ontologies in OBO or OWL format. Different options to build the dictionary are available.

Details

The following methods can be applied to CMdictionary instances

dict_location
dict_location<-
dictInfo
dictInfo<-
dictRef
dictRef<-

To show the available dictionary types use the function dictTypes

Slots

dict_location

The path of the created dictionary file

dictRef

Reference to the java object representing the dictionary

dictInfo

Information about how dictionary has been created. It is a list with the following fields

Examples

dict <- new('CMdictionary')

[Package Onassis version 1.6.1 Index]