| MzQCmetadata | R Documentation |
The metadata for a run/setQuality
The metadata for a run/setQuality
labelUnique name for the run (for runQuality) or set (for setQuality).
inputFilesArray/list of MzQCinputFile objects
analysisSoftwareArray/list of MzQCanalysisSoftware objects
cvParameters(optional) Array of cvParameters objects
new()Constructor
MzQCmetadata$new( label = NA_character_, inputFiles = list(), analysisSoftware = list(), cvParameters = list() )
labelString value for initialization of field label
inputFilesOptional list value for initialization of field inputFiles
analysisSoftwareOptonal list value for initialization of field analysisSoftware
cvParametersOptional list value for initialization of field cvParameters
isValid()Verifies validity of the object
MzQCmetadata$isValid(context = "MzQCmetadata")
contextOptional string describing location in mzQC structure that is used for more informative warning texts.
toJSON()Creates JSON file from this object.
MzQCmetadata$toJSON(...)
...Optional parameters for jsonlite:::asJSON()
fromData()Sets data for this object from plain named lists of R objects
MzQCmetadata$fromData(data, context = "MzQCmetadata")
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.
MzQCmetadata$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.