The central class to store QC information
The central class to store QC information
Public fields
accessionAccession number identifying the term within its controlled vocabulary.
nameName of the controlled vocabulary element describing the metric.
description(optional) Definition of the controlled vocabulary term.
value(optional) Value of the metric (single value, n-tuple, table, matrix). The structure is not checked by our mzQC implementation and must be handled by the caller, see
toQCMetric.unit(optional) Array of unit(s), stored as MzQcvParameter
Methods
Method new()
Constructor
Usage
MzQCqualityMetric$new(
accession = NA_character_,
name = NA_character_,
description = NA_character_,
value = NA,
unit = list()
)Arguments
accessionString value for initialization of field accession
nameString value for initialization of field name
descriptionOptional string value for initialization of field description
valueOptional value for initialization of field value
unitOptional unit value for initialization of field unit