Learn R Programming

PTXQC (version 1.0.14)

MzQCcontrolledVocabulary-class: An controlled vocabulary document, usually pointing to an .obo file

Description

An controlled vocabulary document, usually pointing to an .obo file

Arguments

Fields

name

Full name of the controlled vocabulary.

uri

Publicly accessible URI of the controlled vocabulary.

version

[optional] Version of the controlled vocabulary.

Examples

Run this code
  MzQCcontrolledVocabulary$new(
    "Proteomics Standards Initiative Quality Control Ontology",
    "https://github.com/HUPO-PSI/mzQC/blob/master/cv/qc-cv.obo",
    "1.2.0")
   

Run the code above in your browser using DataLab