| MzQCanalysisSoftware | R Documentation |
Details of the software used to create the QC metrics
Details of the software used to create the QC metrics
accessionAccession number identifying the term within its controlled vocabulary.
nameName of the controlled vocabulary term describing the software tool.
versionVersion number of the software tool.
uriPublicly accessible URI of the software tool or documentation.
description(optional) Definition of the controlled vocabulary term.
value(optional) Name of the software tool.
new()Constructor
MzQCanalysisSoftware$new( accession = NA_character_, name = NA_character_, version = NA_character_, uri = NA_character_, description = NA_character_, value = NA_character_ )
accessionString value for initialization of field accession
nameString value for initialization of field name
versionString value for initialization of field version
uriOptional string value for initialization of field uri
descriptionOptional string value for initialization of field description
valueOptional string value for initialization of field value
isValid()Verifies validity of the object
MzQCanalysisSoftware$isValid(context = "MzQCanalysisSoftware")
contextOptional string describing location in mzQC structure that is used for more informative warning texts.
toJSON()Creates JSON file from this object.
MzQCanalysisSoftware$toJSON(...)
...Optional parameters for jsonlite:::asJSON()
fromData()Sets data for this object from plain named lists of R objects
MzQCanalysisSoftware$fromData(data, context = "MzQCanalysisSoftware")
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.
MzQCanalysisSoftware$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.