| MzQCcontrolledVocabulary | R Documentation |
A controlled vocabulary document, usually pointing to an .obo file
A controlled vocabulary document, usually pointing to an .obo file
nameFull name of the controlled vocabulary.
uriPublicly accessible URI of the controlled vocabulary.
version(optional) Version of the controlled vocabulary.
new()Constructor
MzQCcontrolledVocabulary$new( name = NA_character_, uri = NA_character_, version = NA_character_ )
nameString value for initialization of field name
uriString value for initialization of field uri
versionOptional string value for initialization of field version
isValid()Verifies validity of the object
MzQCcontrolledVocabulary$isValid(context = "MzQCcontrolledVocabulary")
contextOptional string describing location in mzQC structure that is used for more informative warning texts.
toJSON()Creates JSON file from this object.
MzQCcontrolledVocabulary$toJSON(...)
...Optional parameters for jsonlite:::asJSON()
fromData()Sets data for this object from plain named lists of R objects
MzQCcontrolledVocabulary$fromData(data, context = "MzQCcontrolledVocabulary")
dataA datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()'
contextOptional string describing location in mzQC structure that is used for more informative warning texts.
clone()The objects of this class are cloneable with this method.
MzQCcontrolledVocabulary$clone(deep = FALSE)
deepWhether to make a deep clone.
MzQCcontrolledVocabulary$new(
"Proteomics Standards Initiative Quality Control Ontology",
"https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.129/psi-ms.obo",
"4.1.129")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.