The central class to store QC information
The central class to store QC information
Public fields
accession
Accession number identifying the term within its controlled vocabulary.
name
Name 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
accession
String value for initialization of field accession
name
String value for initialization of field name
description
Optional string value for initialization of field description
value
Optional value for initialization of field value
unit
Optional unit value for initialization of field unit