Learn R Programming

PTXQC (version 1.0.14)

MzQCcvParameter-class: An controlled vocabulary parameter, as detailed in the OBO file

Description

An controlled vocabulary parameter, as detailed in the OBO file

Arguments

Fields

accession

Accession number identifying the term within its controlled vocabulary (pattern: ^[A-Z]+:[A-Z0-9]+$).

name

Name of the controlled vocabulary term describing the parameter.

value

[optional] Value of the parameter.

description

[optional] Definition of the controlled vocabulary term.

Examples

Run this code
  MzQCcvParameter$new("QC:4000139",
                      "RT acquisition range",
                      c(0.2959, 5969.8172))
  isValidMzQC(MzQCcvParameter$new("MS:0000000"))
   

Run the code above in your browser using DataLab