MzQCmetadata | R Documentation |
The metadata for a run/setQuality
The metadata for a run/setQuality
label
Unique name for the run (for runQuality) or set (for setQuality).
inputFiles
Array/list of MzQCinputFile objects
analysisSoftware
Array/list of MzQCanalysisSoftware objects
cvParameters
(optional) Array of cvParameters objects
new()
Constructor
MzQCmetadata$new( label = NA_character_, inputFiles = list(), analysisSoftware = list(), cvParameters = list() )
label
String value for initialization of field label
inputFiles
Optional list value for initialization of field inputFiles
analysisSoftware
Optonal list value for initialization of field analysisSoftware
cvParameters
Optional list value for initialization of field cvParameters
isValid()
Verifies validity of the object
MzQCmetadata$isValid(context = "MzQCmetadata")
context
Optional 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")
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.
MzQCmetadata$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.