| 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.
versionVersion of the mzQC format.
creationDateCreation date of the mzQC file.
contactNameName of the operator/creator of this mzQC file.
contactAddressContact address (mail/e-mail or phone)
descriptionDescription and comments about the mzQC file contents.
runQualitiesArray of MzQCrunQuality;
setQualitiesArray of MzQCsetQuality
controlledVocabulariesArray 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() )
versionString value for initialization of field version
creationDateMzQCDateTime value for initialization of field creationDate
contactNameOptional string value for initialization of field contactName
contactAddressOptional string value for initialization of field contactAddress
descriptionOptional string value for initialization of field description
runQualitiesOptional list value for initialization of field runQualities
setQualitiesOptional list value for initialization of field setQualities
controlledVocabulariesOptional list value for initialization of field controlledVocabularies
isValid()Verifies validity of the object
MzQCmzQC$isValid(context = "MzQCmzQC")
contextOptional 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")
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.
MzQCmzQC$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.