MzQCbaseQuality | R Documentation |
Base class of runQuality/setQuality
Base class of runQuality/setQuality
metadata
The metadata for this run/setQuality
qualityMetrics
Array of MzQCqualityMetric objects
new()
Constructor
MzQCbaseQuality$new(metadata = MzQCmetadata$new(), qualityMetrics = list())
metadata
Optional MzQCmetadata value for initialization of field metadata
qualityMetrics
Optional list value for initialization of field qualityMetrics
isValid()
Verifies validity of the object
MzQCbaseQuality$isValid(context = "MzQCbaseQuality")
context
Optional string describing location in mzQC structure that is used for more informative warning texts.
getMetric()
Fetches metrics which match specified accession or name from the object.
MzQCbaseQuality$getMetric(accession = NULL, name = NULL)
accession
Search by accession
name
Search by name
toJSON()
Creates JSON file from this object.
MzQCbaseQuality$toJSON(...)
...
Optional parameters for jsonlite:::asJSON()
fromData()
Sets data for this object from plain named lists of R objects
MzQCbaseQuality$fromData(mdata, context = "MzQCbaseQuality")
mdata
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.
MzQCbaseQuality$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.