MzQCanalysisSoftware | R Documentation |
Details of the software used to create the QC metrics
Details of the software used to create the QC metrics
accession
Accession number identifying the term within its controlled vocabulary.
name
Name of the controlled vocabulary term describing the software tool.
version
Version number of the software tool.
uri
Publicly 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_ )
accession
String value for initialization of field accession
name
String value for initialization of field name
version
String value for initialization of field version
uri
Optional string value for initialization of field uri
description
Optional string value for initialization of field description
value
Optional string value for initialization of field value
isValid()
Verifies validity of the object
MzQCanalysisSoftware$isValid(context = "MzQCanalysisSoftware")
context
Optional 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")
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.
MzQCanalysisSoftware$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.