A controlled vocabulary document, usually pointing to an .obo file
Source:R/mzQC.R
MzQCcontrolledVocabulary.Rd
A controlled vocabulary document, usually pointing to an .obo file
A controlled vocabulary document, usually pointing to an .obo file
Public fields
name
Full name of the controlled vocabulary.
uri
Publicly accessible URI of the controlled vocabulary.
version
(optional) Version of the controlled vocabulary.
Methods
Method new()
Constructor
Usage
MzQCcontrolledVocabulary$new(
name = NA_character_,
uri = NA_character_,
version = NA_character_
)
Examples
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")
#> <MzQCcontrolledVocabulary>
#> Public:
#> clone: function (deep = FALSE)
#> fromData: function (data, context = "MzQCcontrolledVocabulary")
#> initialize: function (name = NA_character_, uri = NA_character_, version = NA_character_)
#> isValid: function (context = "MzQCcontrolledVocabulary")
#> name: Proteomics Standards Initiative Quality Control Ontology
#> self: MzQCcontrolledVocabulary, R6
#> toJSON: function (...)
#> uri: https://github.com/HUPO-PSI/psi-ms-CV/releases/download/ ...
#> version: 4.1.129