| MzQCcvParameter | R Documentation |
A controlled vocabulary parameter, as detailed in the OBO file
A controlled vocabulary parameter, as detailed in the OBO file
accessionAccession number identifying the term within its controlled vocabulary.
nameName of the controlled vocabulary term describing the parameter.
value(optional) Value of the parameter.
description(optional) Definition of the controlled vocabulary term.
new()Constructor
MzQCcvParameter$new( accession = NA_character_, name = NA_character_, value = NA, description = NA_character_ )
accessionString value for initialization of field accession
nameString value for initialization of field name
valueOptional value for initialization of field value
descriptionOptional string value for initialization of field description
isValid()Verifies validity of the object
MzQCcvParameter$isValid(context = "MzQCcvParameter")
contextOptional string describing location in mzQC structure that is used for more informative warning texts.
toJSON()Creates JSON file from this object.
MzQCcvParameter$toJSON(...)
...Optional parameters for jsonlite:::asJSON()
fromData()Sets data for this object from plain named lists of R objects
MzQCcvParameter$fromData(data, context = "MzQCcvParameter")
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.
MzQCcvParameter$clone(deep = FALSE)
deepWhether to make a deep clone.
MzQCcvParameter$new("MS:4000070",
"retention time acquisition range",
c(0.2959, 5969.8172))
isValidMzQC(MzQCcvParameter$new("MS:0000000"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.