MzQCmzQC | R Documentation |
Root element of an mzQC document
Root element of an mzQC document
At least one of runQualities or setQualities MUST be present.
version
Version of the mzQC format.
creationDate
Creation date of the mzQC file.
contactName
Name of the operator/creator of this mzQC file.
contactAddress
Contact address (mail/e-mail or phone)
description
Description and comments about the mzQC file contents.
runQualities
Array of MzQCrunQuality;
setQualities
Array of MzQCsetQuality
controlledVocabularies
Array of CV domains used (obo files)
new()
Constructor
MzQCmzQC$new( version = NA_character_, creationDate = MzQCDateTime$new(), contactName = NA_character_, contactAddress = NA_character_, description = NA_character_, runQualities = list(), setQualities = list(), controlledVocabularies = list() )
version
String value for initialization of field version
creationDate
MzQCDateTime value for initialization of field creationDate
contactName
Optional string value for initialization of field contactName
contactAddress
Optional string value for initialization of field contactAddress
description
Optional string value for initialization of field description
runQualities
Optional list value for initialization of field runQualities
setQualities
Optional list value for initialization of field setQualities
controlledVocabularies
Optional list value for initialization of field controlledVocabularies
isValid()
Verifies validity of the object
MzQCmzQC$isValid(context = "MzQCmzQC")
context
Optional string describing location in mzQC structure that is used for more informative warning texts.
toJSON()
Creates JSON file from this object.
MzQCmzQC$toJSON(...)
...
Optional parameters for jsonlite:::asJSON()
fromData()
Sets data for this object from plain named lists of R objects
MzQCmzQC$fromData(data, context = "MzQCmzQC")
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.
MzQCmzQC$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.