A controlled vocabulary parameter, as detailed in the OBO file
A controlled vocabulary parameter, as detailed in the OBO file
Public fields
- accession
- Accession number identifying the term within its controlled vocabulary. 
- name
- Name of the controlled vocabulary term describing the parameter. 
- value
- (optional) Value of the parameter. 
- description
- (optional) Definition of the controlled vocabulary term. 
Methods
Method new()
Constructor
Usage
MzQCcvParameter$new(
  accession = NA_character_,
  name = NA_character_,
  value = NA,
  description = NA_character_
)Examples
  MzQCcvParameter$new("MS:4000070",
                      "retention time acquisition range",
                      c(0.2959, 5969.8172))
#> <MzQCcvParameter>
#>   Public:
#>     accession: MS:4000070
#>     clone: function (deep = FALSE) 
#>     description: NA
#>     fromData: function (data, context = "MzQCcvParameter") 
#>     initialize: function (accession = NA_character_, name = NA_character_, value = NA, 
#>     isValid: function (context = "MzQCcvParameter") 
#>     name: retention time acquisition range
#>     self: MzQCcvParameter, R6
#>     toJSON: function (...) 
#>     value: 0.2959 5969.8172
  isValidMzQC(MzQCcvParameter$new("MS:0000000"))
#> Warning: MzQCcvParameter$self$name is NA/NULL
#> [1] FALSE