Inherited methods
Method ensureHasData()
Make sure that the CV data is loaded
Usage
CV_$ensureHasData()
Method byID()
A function to retrieve a CV entry using its ID
Arguments
id
A CV accession, e.g. 'MS:1000560'
Returns
A CV term, or NULL if the ID is unknown
Method setData()
Set a user-defined object (= a list of 'CV', 'URI' and 'version'), as obtained from getCVDictionary
Usage
CV_$setData(cv_data)
Arguments
cv_data
The result of a call to getCVDictionary
Method getData()
Gets the underlying data (CV, URI and version)
Method getCV()
A shorthand for 'getData()$CV', i.e. the CV data.frame.