Skip to content

Commit

Permalink
Add first batch of mzqc readers/writers (#222)
Browse files Browse the repository at this point in the history
* add first batch of mzqc readers/writers

* introduce new term for QC software; add three examples
  • Loading branch information
cbielow authored Nov 17, 2023
1 parent c302754 commit b330d8d
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions psi-ms.obo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
format-version: 1.2
data-version: 4.1.135
date: 02:11:2023 11:30
saved-by: Eric Deutsch
data-version: 4.1.136
date: 10:11:2023 11:30
saved-by: Chris Bielow
auto-generated-by: OBO-Edit 2.3.1
import: http://purl.obolibrary.org/obo/pato.obo
import: http://purl.obolibrary.org/obo/stato.owl
Expand Down Expand Up @@ -22413,6 +22413,30 @@ name: deconvoluted data
def: "The data contained in this file have been processed to remove, collapse, or label one or more dimensions of the original dataset, such as charge deconvolution or ion mobility deconvolution. To determine the type of deconvolution done, the reader should consult the appropriate section of the file, such as the data processing methods in an mzML file." [PSI:MS]
is_a: MS:1000524 ! data file content

[Term]
id: MS:1003399
name: quality control software
def: "Software that creates or manipulates QC-related data." [PSI:MS]
is_a: MS:1001457 ! data processing software

[Term]
id: MS:1003400
name: rmzqc
def: "An R package for reading, validating, and writing mzQC files." [https://github.com/MS-Quality-hub/rmzqc]
is_a: MS:1003399 ! quality control software

[Term]
id: MS:1003401
name: jmzqc
def: "A Java package for reading, validating, and writing mzQC files." [https://github.com/MS-Quality-hub/jmzqc]
is_a: MS:1003399 ! quality control software

[Term]
id: MS:1003402
name: pymzqc
def: "A Python package for reading, validating, and writing mzQC files." [https://github.com/MS-Quality-hub/pymzqc]
is_a: MS:1003399 ! quality control software

[Term]
id: MS:4000000
name: PSI-MS CV Quality Control Vocabulary
Expand Down

0 comments on commit b330d8d

Please sign in to comment.