MzQCcvParameter | R Documentation |
A controlled vocabulary parameter, as detailed in the OBO file
A controlled vocabulary parameter, as detailed in the OBO file
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.
new()
Constructor
MzQCcvParameter$new( accession = NA_character_, name = NA_character_, value = NA, description = NA_character_ )
accession
String value for initialization of field accession
name
String value for initialization of field name
value
Optional value for initialization of field value
description
Optional string value for initialization of field description
isValid()
Verifies validity of the object
MzQCcvParameter$isValid(context = "MzQCcvParameter")
context
Optional 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")
data
A datastructure of R lists/arrays as obtained by 'jsonlite::fromJSON()'
context
Optional 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)
deep
Whether 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.