diff --git a/docs/pages/examples.md b/docs/pages/examples.md index 9488d86..2e26a00 100644 --- a/docs/pages/examples.md +++ b/docs/pages/examples.md @@ -4,12 +4,15 @@ title: "mzQC Examples" permalink: /examples/ --- -The following use cases provide several hands-on examples of how mzQC files are structured and can be used: +These introductory use cases provide examples of how mzQC files are structured and can be used: - [Representing QC data for an individual mass spectrometry run](intro_run/) - [Deriving QC data from multiple related mass spectrometry runs](intro_set/) -- [Tracking instrument performance using controlled QC samples](intro_qc2/) -- [Batch correction](metabo-batches/) + +The following use cases demonstrate how mzQC files can be used for real-life quality control reporting: + +- [Tracking instrument performance using controlled QC samples](example_qc2_longitudinal/) +- [Batch correction in metabolomics](example_batch_correction/) Additionally, for more advanced usage, mzQC can closely interoperate with several other file formats developed by the Proteomics Standards Initiative: diff --git a/docs/pages/figures/MetaboPCAafter.png b/docs/pages/figures/example_batch_correction_after.png similarity index 100% rename from docs/pages/figures/MetaboPCAafter.png rename to docs/pages/figures/example_batch_correction_after.png diff --git a/docs/pages/figures/MetaboPCAbefore.png b/docs/pages/figures/example_batch_correction_before.png similarity index 100% rename from docs/pages/figures/MetaboPCAbefore.png rename to docs/pages/figures/example_batch_correction_before.png diff --git a/docs/pages/figures/intro_qc2_ljcc.png b/docs/pages/figures/example_qc2_longitudinal_ljcc.png similarity index 100% rename from docs/pages/figures/intro_qc2_ljcc.png rename to docs/pages/figures/example_qc2_longitudinal_ljcc.png diff --git a/docs/pages/worked-examples/demo_set3only.R b/docs/pages/worked-examples/example_batch_correction.R similarity index 100% rename from docs/pages/worked-examples/demo_set3only.R rename to docs/pages/worked-examples/example_batch_correction.R diff --git a/docs/pages/worked-examples/example_batch_correction.md b/docs/pages/worked-examples/example_batch_correction.md new file mode 100644 index 0000000..745e1af --- /dev/null +++ b/docs/pages/worked-examples/example_batch_correction.md @@ -0,0 +1,150 @@ +--- +layout: page +title: "Batch Correction in Metabolomics with mzQC" +permalink: /examples/example_batch_correction/ +--- + +This document demonstrates the use of the mzQC file format for capturing and comparing quality metrics before and after batch correction in a metabolomics study. +The mzQC example provided is based on data from GC-ToF-MS analysis of polar metabolites from an _Arabidopsis_ nucleotype-plasmotype diallel study, as described in [Wehrens et al. (2016)](https://dx.doi.org/10.1007%2Fs11306-016-1015-8). +The full mzQC file is available [here](https://github.com/HUPO-PSI/mzQC/tree/main/specification_documents/examples/example_batch_correction.mzQC). + +Batch effects in mass spectrometry data can obscure biological signals and compromise downstream analyses. +This example illustrates how mzQC can store and compare quality metrics for evaluating the impact of batch correction methods. +By leveraging the structured format of mzQC, users can: +- Track the effects of batch correction using quality metrics. +- Easily compare data before and after correction. +- Visualize and analyze metrics for quality assurance. + +## Data + +The dataset includes 240 GC-ToF-MS runs from the _set3_ data of Wehrens et al. (2016). +We will use the following data files, derived from the `BC.RData` file on the [GitHub repository of the original study](https://github.com/rwehrens/BatchCorrMetabolomics): +- `set3.peakarea.csv`: Unprocessed peak area data. +- `set3.uncorrected.PCA.csv`: Principal component analysis (PCA) results before batch correction. +- `set3.corrected.PCA.csv`: PCA results after batch correction. + +Batch correction was performed using the [BatchCorrMetabolomics](https://github.com/rwehrens/BatchCorrMetabolomics) R package, with scripts provided in [`example_batch_correction.R`](example_batch_correction.R). +The corrected PCA results (`set3.corrected.PCA.csv`) capture the batch-adjusted data. + +## Quality metrics + +The mzQC format can organize data into `runQuality` and `setQuality` sections, with `runQuality` used to store metrics corresponding to individual runs and `setQuality` capturing metrics for collections of runs. +This distinction helps in organizing and analyzing data at both granular and holistic levels. +Quality metrics in mzQC capture data characteristics and processing outcomes. + +**Metrics for individual runs** + +Each run is represented by its own `runQuality`, with metrics specific to that run. +For instance: + +``` +"runQualities": [ + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-10.mzML", + "name": "GCMS-ToF-sample-10", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-10.mztab", + "name": "GCMS-ToF-sample-10", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, +] +``` + +This provides detailed information for each individual run, ensuring granularity in quality control. + +### Analysis of all runs + +For multiple runs, metrics are aggregated in the `setQuality` section. +This allows for analysis of batch effects, performance trends, and overall data quality. +For example: + +**Before batch correction:** + +``` +{ + "accession": "MS:4000092", + "name": "identified MS1 feature area principal component analysis result", + "description": "A table with the PCA results of identified MS1 feature areas.", + "value": { + "MS:4000086": ["GCMS-ToF-sample-10", "GCMS-ToF-sample-100", "GCMS-ToF-sample-101", ...], + "MS:4000081": [-3.3489633839, 0.4191257477, 6.8241553933, ...], + "MS:4000082": [-2.3414347017, 2.0552198422, 1.5142354815, ...], + "MS:4000083": [-1.486755263, -0.3965900879, 1.1636677021, ...], + "MS:4000084": [-0.2766203768, 1.7808802633, 0.1736233713, ...], + "MS:4000085": [-2.6836316103, -2.0202377954, -3.0888055462, ...], + "MS:4000089": [13, 16, 17, ...], + "MS:4000088": [4, 7, 7, ...] + } +} +``` + +**After batch correction:** + +``` +{ + "accession": "MS:4000094", + "name": "batch-corrected identified MS1 feature area principal component analysis result", + "description": "A table with the PCA results of identified MS1 feature areas after batch-correction.", + "value": { + "MS:4000086": ["GCMS-ToF-sample-10", "GCMS-ToF-sample-100", "GCMS-ToF-sample-101", ...], + "MS:4000081": [-0.4378513055, 0.041082478, 5.464116568, ...], + "MS:4000082": [-1.3379076029, 2.0719734906, 3.1049060343, ...], + "MS:4000083": [2.4957145183, 2.0074886436, 2.6374608754, ...], + "MS:4000084": [2.195431331, -1.3532219705, 1.9931159041, ...], + "MS:4000085": [0.7936133863, -0.1016825037, -0.9434314272, ...], + "MS:4000089": [13, 16, 17, ...], + "MS:4000088": [4, 7, 7, ...] + } +} +``` + +This specific QC metric is a table metric, with various columns represented by controlled vocabulary (CV) terms. +Each column corresponds to a specific aspect of the PCA results, such as the run names (`MS:4000086`), principal component values (`MS:4000081`, `MS:4000082`, en `MS:4000083`), batch labels (`MS:4000088`), or injection sequence labels (`MS:4000089`). + +### Comparing metrics + +The structured PCA results in mzQC allow side-by-side comparison of metrics before and after batch correction. + +before | after +--- | --- +![PCA before batch correction](../../pages/figures/example_batch_correction_before.png) | ![PCA before after correction](../../pages/figures/example_batch_correction_after.png) + +This facilitates: +- Quantitative assessment of batch correction effectiveness. +- Visualization of improvements via PCA plots. +- Identification of residual batch effects. + +This example highlights how mzQC can streamline quality control processes in metabolomics and foster collaboration through standardized and transparent reporting. diff --git a/docs/pages/worked-examples/intro_qc2.md b/docs/pages/worked-examples/example_qc2_longitudinal.md similarity index 97% rename from docs/pages/worked-examples/intro_qc2.md rename to docs/pages/worked-examples/example_qc2_longitudinal.md index 157a006..d9e45bb 100644 --- a/docs/pages/worked-examples/intro_qc2.md +++ b/docs/pages/worked-examples/example_qc2_longitudinal.md @@ -1,7 +1,7 @@ --- layout: page -title: "Introduction to mzQC – Tracking Instrument Performance" -permalink: /examples/intro_qc2/ +title: "Tracking Instrument Performance with mzQC" +permalink: /examples/example_qc2_longitudinal/ --- This document outlines the utilization of an mzQC file for quality control (QC) of a mass spectrometry proteomics experiment. @@ -9,7 +9,7 @@ The mzQC file discussed here is derived from a QC2 sample, following protocols e A QC2 sample is defined as a high complexity sample that mimics real samples analyzed in a proteomics laboratory, and is meant to be injected 1–5 times per week as a sample to test system suitability. Here we demonstrate how real-life QC metrics are calculated for a single mass spectrometry run using tools such as QCloud. -You can view the complete structure of this mzQC example [here](https://github.com/HUPO-PSI/mzQC/tree/main/specification_documents/examples/intro_qc2.mzQC). +You can view the complete structure of this mzQC example [here](https://github.com/HUPO-PSI/mzQC/tree/main/specification_documents/examples/example_qc2_longitudinal.mzQC). ## File description @@ -217,6 +217,6 @@ The structured data in mzQC allows for effective visualization and analysis, suc This can help identify any deviations or potential issues with the mass spectrometry process, prompting timely maintenance and calibration actions to maintain optimal performance. For example, Levey-Jennings charts can be used to enable quick visual assessment of instrument stability or drift, critical for high-stakes or high-throughput proteomics workflows: -![Levey-Jennings control chart](../../pages/figures/intro_qc2_ljcc.png) +![Levey-Jennings control chart](../../pages/figures/example_qc2_longitudinal_ljcc.png) This example demonstrates how QC information in mzQC files helps in monitoring instrument performance, ensuring that maintenance is proactive and timely, thereby preserving the integrity and effectiveness of subsequent analyses. diff --git a/docs/pages/worked-examples/metabo-batches.mzQC.md b/docs/pages/worked-examples/metabo-batches.mzQC.md deleted file mode 100644 index f48398b..0000000 --- a/docs/pages/worked-examples/metabo-batches.mzQC.md +++ /dev/null @@ -1,116 +0,0 @@ ---- -layout: page -title: "Metabolomics batch runs example" -permalink: /examples/metabo-batches/ ---- - -Here, we describe details of a metabolomics mzQC JSON document used to describe a Studies' quality before and after batch correction methods are applied. -For description of the general structure of mzQC, see the Single-Run Example of mzQC. -Find the complete file at the bottom of this document or in the example folder. -The mzQC file is made from the acquisions of GC-ToF-MS polar metabolite data of an Arabidopsis nucleotype-plasmotype diallel study as described in [Improved batch correction in untargeted MS-based metabolomics](https://dx.doi.org/10.1007%2Fs11306-016-1015-8) by Wehrens, et al.(2016). - -``` -"description": "This is a metabolomics batch-correction use-case study for mzQC using the method described in 'Improved batch correction in untargeted MS-based metabolomics' by Wehrens, et al.(2016) [https://doi.org/10.1007%2Fs11306-016-1015-8]. The data comes from set3 of the supplementary material.", -``` -## Data -This example has 240 runs, for which each a `qualityMetric` object is present in `qualityMetrics`, for sake of brevity only containing the number of successfully identified primary metabolites. -The data is taken from *set3* of the publication only, extracted from `BC.RData` and stored as `set3.peakarea.csv` and `set3.uncorrected.PCA.csv` (same data). -All data from [Wehrens, et al.(2016) can be found on GitHub](https://github.com/rwehrens/BatchCorrMetabolomics). -## Batch correction -Batch correction was applied as described in the supplementary with BatchCorrMetabolomics (see github repo) scripted in [`demo_set3only.R`](demo_set3only.R). Output is `set3.corrected.PCA.csv`. -## mzQC -From the above information and data, we can formulate a mzQC file. -``` -{ - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-10.mzML", - "name": "GCMS-ToF-sample-10", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-10.mztab", - "name": "GCMS-ToF-sample-10", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, -... -``` -To be able to estimate the effect of the batch correction, we first describe all runs that are batch corrected by a principal component analysis of their peak area features. Hence, we use a `setQuality` composed of all involved `inputFiles`, and add related metrics in the qualityMetric section. -``` -{ - "accession":"MS:4000092", - "name":"identified MS1 feature area principal component analysis result", - "description":"A table with the PCA results of identified MS1 feature areas.", - "value":{ - "MS:4000086":["GCMS-ToF-sample-10","GCMS-ToF-sample-100","GCMS-ToF-sample-101", ...], - "MS:4000081":[-3.3489633839,0.4191257477,6.8241553933, ...], - "MS:4000082":[-2.3414347017,2.0552198422,1.5142354815, ...], - "MS:4000083":[-1.486755263,-0.3965900879,1.1636677021, ...], - "MS:4000084":[-0.2766203768,1.7808802633,0.1736233713, ...], - "MS:4000085":[-2.6836316103,-2.0202377954,-3.0888055462, ...], - "MS:4000089":[13,16, ...], - "MS:4000088":[4,7,7, ...] - } -}, -``` -The metric describes the results of a PCA in the form of a table. Each contributing run is named in the `Run name` column ("MS:4000086"), at least two dimensions of PC are to be reported in the next columns, here five ("MS:4000081"-"MS:4000085"), and for better visualisations and evaluation, `Batch label`("MS:4000089") and `Injection sequence number` ("MS:4000088") columns provide additional annotations to the included runs. -After batch correction, we create another PCA. -``` -{ - "accession": "MS:4000094", - "name": "batch-corrected identified MS1 feature area principal component analysis result", - "description": "A table with the PCA results of identified MS1 feature areas after batch-correction.", - "value": { - "MS:4000086": ["GCMS-ToF-sample-10", "GCMS-ToF-sample-100", "GCMS-ToF-sample-101", ...], - "MS:4000081": [-0.4378513055, 0.041082478, 5.464116568, ...], - "MS:4000082": [-1.3379076029,2.0719734906,3.1049060343,...], - "MS:4000083": [2.4957145183,2.0074886436,2.6374608754,...], - "MS:4000084": [2.195431331,-1.3532219705,1.9931159041,...], - "MS:4000085": [0.7936133863,-0.1016825037,-0.9434314272,...], - "MS:4000089": [13,16,17,...], - "MS:4000088": [4,7,7,...] - } -} -``` -With a corresponding metric after batch correction methods are applied, a side-by-side comparison of the batch correction results can be easily achieved. - -before | after ---- | --- -![Metabo PCA before batch correction](../../pages/figures/MetaboPCAbefore.png) | ![Metabo PCA before after correction](../../pages/figures/MetaboPCAafter.png) - - -### This is the mzQC file once again, in full: -**[metabo-batches.mzQC](https://github.com/HUPO-PSI/mzQC/tree/main/specification_documents/examples/metabo-batches.mzQC)** diff --git a/specification_documents/examples/example_batch_correction.mzQC b/specification_documents/examples/example_batch_correction.mzQC new file mode 100644 index 0000000..fd3294d --- /dev/null +++ b/specification_documents/examples/example_batch_correction.mzQC @@ -0,0 +1,18615 @@ +{ + "mzQC": { + "creationDate": "2020-12-09T11:04:16Z", + "version": "1.0.0", + "contactName": "Mathias Walzer", + "contactAddress": "walzer@ebi.ac.uk", + "description": "This is a metabolomics batch-correction use-case study for mzQC using the method described in 'Improved batch correction in untargeted MS-based metabolomics' by Wehrens, et al. (2016) [https://doi.org/10.1007%2Fs11306-016-1015-8]. The data comes from set3 of the supplementary material.", + "runQualities": [ + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-10.mzML", + "name": "GCMS-ToF-sample-10", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-10.mztab", + "name": "GCMS-ToF-sample-10", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-100.mzML", + "name": "GCMS-ToF-sample-100", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-100.mztab", + "name": "GCMS-ToF-sample-100", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-101.mzML", + "name": "GCMS-ToF-sample-101", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-101.mztab", + "name": "GCMS-ToF-sample-101", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-102.mzML", + "name": "GCMS-ToF-sample-102", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-102.mztab", + "name": "GCMS-ToF-sample-102", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-103.mzML", + "name": "GCMS-ToF-sample-103", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-103.mztab", + "name": "GCMS-ToF-sample-103", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-104.mzML", + "name": "GCMS-ToF-sample-104", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-104.mztab", + "name": "GCMS-ToF-sample-104", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-106.mzML", + "name": "GCMS-ToF-sample-106", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-106.mztab", + "name": "GCMS-ToF-sample-106", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-107.mzML", + "name": "GCMS-ToF-sample-107", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-107.mztab", + "name": "GCMS-ToF-sample-107", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-108.mzML", + "name": "GCMS-ToF-sample-108", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-108.mztab", + "name": "GCMS-ToF-sample-108", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-109.mzML", + "name": "GCMS-ToF-sample-109", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-109.mztab", + "name": "GCMS-ToF-sample-109", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-11.mzML", + "name": "GCMS-ToF-sample-11", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-11.mztab", + "name": "GCMS-ToF-sample-11", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-110.mzML", + "name": "GCMS-ToF-sample-110", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-110.mztab", + "name": "GCMS-ToF-sample-110", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-111.mzML", + "name": "GCMS-ToF-sample-111", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-111.mztab", + "name": "GCMS-ToF-sample-111", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-112.mzML", + "name": "GCMS-ToF-sample-112", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-112.mztab", + "name": "GCMS-ToF-sample-112", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-113.mzML", + "name": "GCMS-ToF-sample-113", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-113.mztab", + "name": "GCMS-ToF-sample-113", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 69, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-114.mzML", + "name": "GCMS-ToF-sample-114", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-114.mztab", + "name": "GCMS-ToF-sample-114", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-115.mzML", + "name": "GCMS-ToF-sample-115", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-115.mztab", + "name": "GCMS-ToF-sample-115", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-116.mzML", + "name": "GCMS-ToF-sample-116", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-116.mztab", + "name": "GCMS-ToF-sample-116", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-117.mzML", + "name": "GCMS-ToF-sample-117", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-117.mztab", + "name": "GCMS-ToF-sample-117", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-118.mzML", + "name": "GCMS-ToF-sample-118", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-118.mztab", + "name": "GCMS-ToF-sample-118", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-119.mzML", + "name": "GCMS-ToF-sample-119", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-119.mztab", + "name": "GCMS-ToF-sample-119", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-12.mzML", + "name": "GCMS-ToF-sample-12", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-12.mztab", + "name": "GCMS-ToF-sample-12", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-120.mzML", + "name": "GCMS-ToF-sample-120", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-120.mztab", + "name": "GCMS-ToF-sample-120", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-121.mzML", + "name": "GCMS-ToF-sample-121", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-121.mztab", + "name": "GCMS-ToF-sample-121", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-122.mzML", + "name": "GCMS-ToF-sample-122", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-122.mztab", + "name": "GCMS-ToF-sample-122", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-123.mzML", + "name": "GCMS-ToF-sample-123", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-123.mztab", + "name": "GCMS-ToF-sample-123", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-124.mzML", + "name": "GCMS-ToF-sample-124", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-124.mztab", + "name": "GCMS-ToF-sample-124", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-125.mzML", + "name": "GCMS-ToF-sample-125", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-125.mztab", + "name": "GCMS-ToF-sample-125", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-126.mzML", + "name": "GCMS-ToF-sample-126", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-126.mztab", + "name": "GCMS-ToF-sample-126", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-127.mzML", + "name": "GCMS-ToF-sample-127", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-127.mztab", + "name": "GCMS-ToF-sample-127", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-128.mzML", + "name": "GCMS-ToF-sample-128", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-128.mztab", + "name": "GCMS-ToF-sample-128", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-129.mzML", + "name": "GCMS-ToF-sample-129", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-129.mztab", + "name": "GCMS-ToF-sample-129", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-13.mzML", + "name": "GCMS-ToF-sample-13", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-13.mztab", + "name": "GCMS-ToF-sample-13", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-130.mzML", + "name": "GCMS-ToF-sample-130", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-130.mztab", + "name": "GCMS-ToF-sample-130", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-132.mzML", + "name": "GCMS-ToF-sample-132", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-132.mztab", + "name": "GCMS-ToF-sample-132", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-133.mzML", + "name": "GCMS-ToF-sample-133", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-133.mztab", + "name": "GCMS-ToF-sample-133", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-134.mzML", + "name": "GCMS-ToF-sample-134", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-134.mztab", + "name": "GCMS-ToF-sample-134", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-135.mzML", + "name": "GCMS-ToF-sample-135", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-135.mztab", + "name": "GCMS-ToF-sample-135", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-136.mzML", + "name": "GCMS-ToF-sample-136", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-136.mztab", + "name": "GCMS-ToF-sample-136", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-137.mzML", + "name": "GCMS-ToF-sample-137", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-137.mztab", + "name": "GCMS-ToF-sample-137", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-138.mzML", + "name": "GCMS-ToF-sample-138", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-138.mztab", + "name": "GCMS-ToF-sample-138", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-139.mzML", + "name": "GCMS-ToF-sample-139", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-139.mztab", + "name": "GCMS-ToF-sample-139", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-14.mzML", + "name": "GCMS-ToF-sample-14", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-14.mztab", + "name": "GCMS-ToF-sample-14", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 53, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-140.mzML", + "name": "GCMS-ToF-sample-140", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-140.mztab", + "name": "GCMS-ToF-sample-140", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-141.mzML", + "name": "GCMS-ToF-sample-141", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-141.mztab", + "name": "GCMS-ToF-sample-141", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-142.mzML", + "name": "GCMS-ToF-sample-142", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-142.mztab", + "name": "GCMS-ToF-sample-142", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-143.mzML", + "name": "GCMS-ToF-sample-143", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-143.mztab", + "name": "GCMS-ToF-sample-143", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-144.mzML", + "name": "GCMS-ToF-sample-144", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-144.mztab", + "name": "GCMS-ToF-sample-144", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-145.mzML", + "name": "GCMS-ToF-sample-145", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-145.mztab", + "name": "GCMS-ToF-sample-145", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-146.mzML", + "name": "GCMS-ToF-sample-146", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-146.mztab", + "name": "GCMS-ToF-sample-146", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-147.mzML", + "name": "GCMS-ToF-sample-147", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-147.mztab", + "name": "GCMS-ToF-sample-147", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-148.mzML", + "name": "GCMS-ToF-sample-148", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-148.mztab", + "name": "GCMS-ToF-sample-148", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-149.mzML", + "name": "GCMS-ToF-sample-149", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-149.mztab", + "name": "GCMS-ToF-sample-149", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-15.mzML", + "name": "GCMS-ToF-sample-15", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-15.mztab", + "name": "GCMS-ToF-sample-15", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 55, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-150.mzML", + "name": "GCMS-ToF-sample-150", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-150.mztab", + "name": "GCMS-ToF-sample-150", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-151.mzML", + "name": "GCMS-ToF-sample-151", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-151.mztab", + "name": "GCMS-ToF-sample-151", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-152.mzML", + "name": "GCMS-ToF-sample-152", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-152.mztab", + "name": "GCMS-ToF-sample-152", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-153.mzML", + "name": "GCMS-ToF-sample-153", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-153.mztab", + "name": "GCMS-ToF-sample-153", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-154.mzML", + "name": "GCMS-ToF-sample-154", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-154.mztab", + "name": "GCMS-ToF-sample-154", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-155.mzML", + "name": "GCMS-ToF-sample-155", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-155.mztab", + "name": "GCMS-ToF-sample-155", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-156.mzML", + "name": "GCMS-ToF-sample-156", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-156.mztab", + "name": "GCMS-ToF-sample-156", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-157.mzML", + "name": "GCMS-ToF-sample-157", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-157.mztab", + "name": "GCMS-ToF-sample-157", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 46, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-158.mzML", + "name": "GCMS-ToF-sample-158", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-158.mztab", + "name": "GCMS-ToF-sample-158", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 52, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-159.mzML", + "name": "GCMS-ToF-sample-159", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-159.mztab", + "name": "GCMS-ToF-sample-159", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-16.mzML", + "name": "GCMS-ToF-sample-16", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-16.mztab", + "name": "GCMS-ToF-sample-16", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 49, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-160.mzML", + "name": "GCMS-ToF-sample-160", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-160.mztab", + "name": "GCMS-ToF-sample-160", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-161.mzML", + "name": "GCMS-ToF-sample-161", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-161.mztab", + "name": "GCMS-ToF-sample-161", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-162.mzML", + "name": "GCMS-ToF-sample-162", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-162.mztab", + "name": "GCMS-ToF-sample-162", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-163.mzML", + "name": "GCMS-ToF-sample-163", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-163.mztab", + "name": "GCMS-ToF-sample-163", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-164.mzML", + "name": "GCMS-ToF-sample-164", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-164.mztab", + "name": "GCMS-ToF-sample-164", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 54, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-165.mzML", + "name": "GCMS-ToF-sample-165", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-165.mztab", + "name": "GCMS-ToF-sample-165", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 53, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-166.mzML", + "name": "GCMS-ToF-sample-166", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-166.mztab", + "name": "GCMS-ToF-sample-166", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-167.mzML", + "name": "GCMS-ToF-sample-167", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-167.mztab", + "name": "GCMS-ToF-sample-167", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 50, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-168.mzML", + "name": "GCMS-ToF-sample-168", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-168.mztab", + "name": "GCMS-ToF-sample-168", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-169.mzML", + "name": "GCMS-ToF-sample-169", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-169.mztab", + "name": "GCMS-ToF-sample-169", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-17.mzML", + "name": "GCMS-ToF-sample-17", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-17.mztab", + "name": "GCMS-ToF-sample-17", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-170.mzML", + "name": "GCMS-ToF-sample-170", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-170.mztab", + "name": "GCMS-ToF-sample-170", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-171.mzML", + "name": "GCMS-ToF-sample-171", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-171.mztab", + "name": "GCMS-ToF-sample-171", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-172.mzML", + "name": "GCMS-ToF-sample-172", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-172.mztab", + "name": "GCMS-ToF-sample-172", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-173.mzML", + "name": "GCMS-ToF-sample-173", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-173.mztab", + "name": "GCMS-ToF-sample-173", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-177.mzML", + "name": "GCMS-ToF-sample-177", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-177.mztab", + "name": "GCMS-ToF-sample-177", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-178.mzML", + "name": "GCMS-ToF-sample-178", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-178.mztab", + "name": "GCMS-ToF-sample-178", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-179.mzML", + "name": "GCMS-ToF-sample-179", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-179.mztab", + "name": "GCMS-ToF-sample-179", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-18.mzML", + "name": "GCMS-ToF-sample-18", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-18.mztab", + "name": "GCMS-ToF-sample-18", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-180.mzML", + "name": "GCMS-ToF-sample-180", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-180.mztab", + "name": "GCMS-ToF-sample-180", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-181.mzML", + "name": "GCMS-ToF-sample-181", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-181.mztab", + "name": "GCMS-ToF-sample-181", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-182.mzML", + "name": "GCMS-ToF-sample-182", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-182.mztab", + "name": "GCMS-ToF-sample-182", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-183.mzML", + "name": "GCMS-ToF-sample-183", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-183.mztab", + "name": "GCMS-ToF-sample-183", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-184.mzML", + "name": "GCMS-ToF-sample-184", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-184.mztab", + "name": "GCMS-ToF-sample-184", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-185.mzML", + "name": "GCMS-ToF-sample-185", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-185.mztab", + "name": "GCMS-ToF-sample-185", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-186.mzML", + "name": "GCMS-ToF-sample-186", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-186.mztab", + "name": "GCMS-ToF-sample-186", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-187.mzML", + "name": "GCMS-ToF-sample-187", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-187.mztab", + "name": "GCMS-ToF-sample-187", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-188.mzML", + "name": "GCMS-ToF-sample-188", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-188.mztab", + "name": "GCMS-ToF-sample-188", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 69, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-189.mzML", + "name": "GCMS-ToF-sample-189", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-189.mztab", + "name": "GCMS-ToF-sample-189", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-19.mzML", + "name": "GCMS-ToF-sample-19", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-19.mztab", + "name": "GCMS-ToF-sample-19", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-190.mzML", + "name": "GCMS-ToF-sample-190", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-190.mztab", + "name": "GCMS-ToF-sample-190", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-191.mzML", + "name": "GCMS-ToF-sample-191", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-191.mztab", + "name": "GCMS-ToF-sample-191", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-192.mzML", + "name": "GCMS-ToF-sample-192", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-192.mztab", + "name": "GCMS-ToF-sample-192", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-193.mzML", + "name": "GCMS-ToF-sample-193", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-193.mztab", + "name": "GCMS-ToF-sample-193", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 70, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-195.mzML", + "name": "GCMS-ToF-sample-195", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-195.mztab", + "name": "GCMS-ToF-sample-195", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-196.mzML", + "name": "GCMS-ToF-sample-196", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-196.mztab", + "name": "GCMS-ToF-sample-196", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-197.mzML", + "name": "GCMS-ToF-sample-197", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-197.mztab", + "name": "GCMS-ToF-sample-197", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-198.mzML", + "name": "GCMS-ToF-sample-198", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-198.mztab", + "name": "GCMS-ToF-sample-198", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-199.mzML", + "name": "GCMS-ToF-sample-199", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-199.mztab", + "name": "GCMS-ToF-sample-199", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-2.mzML", + "name": "GCMS-ToF-sample-2", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-2.mztab", + "name": "GCMS-ToF-sample-2", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-20.mzML", + "name": "GCMS-ToF-sample-20", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-20.mztab", + "name": "GCMS-ToF-sample-20", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-200.mzML", + "name": "GCMS-ToF-sample-200", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-200.mztab", + "name": "GCMS-ToF-sample-200", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-201.mzML", + "name": "GCMS-ToF-sample-201", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-201.mztab", + "name": "GCMS-ToF-sample-201", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-202.mzML", + "name": "GCMS-ToF-sample-202", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-202.mztab", + "name": "GCMS-ToF-sample-202", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-203.mzML", + "name": "GCMS-ToF-sample-203", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-203.mztab", + "name": "GCMS-ToF-sample-203", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-204.mzML", + "name": "GCMS-ToF-sample-204", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-204.mztab", + "name": "GCMS-ToF-sample-204", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-205.mzML", + "name": "GCMS-ToF-sample-205", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-205.mztab", + "name": "GCMS-ToF-sample-205", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-206.mzML", + "name": "GCMS-ToF-sample-206", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-206.mztab", + "name": "GCMS-ToF-sample-206", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-207.mzML", + "name": "GCMS-ToF-sample-207", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-207.mztab", + "name": "GCMS-ToF-sample-207", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-208.mzML", + "name": "GCMS-ToF-sample-208", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-208.mztab", + "name": "GCMS-ToF-sample-208", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 69, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-209.mzML", + "name": "GCMS-ToF-sample-209", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-209.mztab", + "name": "GCMS-ToF-sample-209", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-21.mzML", + "name": "GCMS-ToF-sample-21", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-21.mztab", + "name": "GCMS-ToF-sample-21", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-210.mzML", + "name": "GCMS-ToF-sample-210", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-210.mztab", + "name": "GCMS-ToF-sample-210", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-211.mzML", + "name": "GCMS-ToF-sample-211", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-211.mztab", + "name": "GCMS-ToF-sample-211", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-212.mzML", + "name": "GCMS-ToF-sample-212", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-212.mztab", + "name": "GCMS-ToF-sample-212", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-213.mzML", + "name": "GCMS-ToF-sample-213", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-213.mztab", + "name": "GCMS-ToF-sample-213", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 70, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-214.mzML", + "name": "GCMS-ToF-sample-214", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-214.mztab", + "name": "GCMS-ToF-sample-214", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-216.mzML", + "name": "GCMS-ToF-sample-216", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-216.mztab", + "name": "GCMS-ToF-sample-216", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-217.mzML", + "name": "GCMS-ToF-sample-217", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-217.mztab", + "name": "GCMS-ToF-sample-217", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-218.mzML", + "name": "GCMS-ToF-sample-218", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-218.mztab", + "name": "GCMS-ToF-sample-218", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 69, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-219.mzML", + "name": "GCMS-ToF-sample-219", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-219.mztab", + "name": "GCMS-ToF-sample-219", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-22.mzML", + "name": "GCMS-ToF-sample-22", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-22.mztab", + "name": "GCMS-ToF-sample-22", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-220.mzML", + "name": "GCMS-ToF-sample-220", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-220.mztab", + "name": "GCMS-ToF-sample-220", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-221.mzML", + "name": "GCMS-ToF-sample-221", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-221.mztab", + "name": "GCMS-ToF-sample-221", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-222.mzML", + "name": "GCMS-ToF-sample-222", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-222.mztab", + "name": "GCMS-ToF-sample-222", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-223.mzML", + "name": "GCMS-ToF-sample-223", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-223.mztab", + "name": "GCMS-ToF-sample-223", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-224.mzML", + "name": "GCMS-ToF-sample-224", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-224.mztab", + "name": "GCMS-ToF-sample-224", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-225.mzML", + "name": "GCMS-ToF-sample-225", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-225.mztab", + "name": "GCMS-ToF-sample-225", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-226.mzML", + "name": "GCMS-ToF-sample-226", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-226.mztab", + "name": "GCMS-ToF-sample-226", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-227.mzML", + "name": "GCMS-ToF-sample-227", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-227.mztab", + "name": "GCMS-ToF-sample-227", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 71, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-228.mzML", + "name": "GCMS-ToF-sample-228", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-228.mztab", + "name": "GCMS-ToF-sample-228", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-229.mzML", + "name": "GCMS-ToF-sample-229", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-229.mztab", + "name": "GCMS-ToF-sample-229", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-23.mzML", + "name": "GCMS-ToF-sample-23", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-23.mztab", + "name": "GCMS-ToF-sample-23", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-230.mzML", + "name": "GCMS-ToF-sample-230", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-230.mztab", + "name": "GCMS-ToF-sample-230", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-231.mzML", + "name": "GCMS-ToF-sample-231", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-231.mztab", + "name": "GCMS-ToF-sample-231", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-232.mzML", + "name": "GCMS-ToF-sample-232", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-232.mztab", + "name": "GCMS-ToF-sample-232", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 70, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-233.mzML", + "name": "GCMS-ToF-sample-233", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-233.mztab", + "name": "GCMS-ToF-sample-233", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 70, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-234.mzML", + "name": "GCMS-ToF-sample-234", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-234.mztab", + "name": "GCMS-ToF-sample-234", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-235.mzML", + "name": "GCMS-ToF-sample-235", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-235.mztab", + "name": "GCMS-ToF-sample-235", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-236.mzML", + "name": "GCMS-ToF-sample-236", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-236.mztab", + "name": "GCMS-ToF-sample-236", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-238.mzML", + "name": "GCMS-ToF-sample-238", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-238.mztab", + "name": "GCMS-ToF-sample-238", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-239.mzML", + "name": "GCMS-ToF-sample-239", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-239.mztab", + "name": "GCMS-ToF-sample-239", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-24.mzML", + "name": "GCMS-ToF-sample-24", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-24.mztab", + "name": "GCMS-ToF-sample-24", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 56, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-25.mzML", + "name": "GCMS-ToF-sample-25", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-25.mztab", + "name": "GCMS-ToF-sample-25", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-26.mzML", + "name": "GCMS-ToF-sample-26", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-26.mztab", + "name": "GCMS-ToF-sample-26", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-27.mzML", + "name": "GCMS-ToF-sample-27", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-27.mztab", + "name": "GCMS-ToF-sample-27", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-28.mzML", + "name": "GCMS-ToF-sample-28", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-28.mztab", + "name": "GCMS-ToF-sample-28", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-29.mzML", + "name": "GCMS-ToF-sample-29", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-29.mztab", + "name": "GCMS-ToF-sample-29", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-3.mzML", + "name": "GCMS-ToF-sample-3", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-3.mztab", + "name": "GCMS-ToF-sample-3", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-30.mzML", + "name": "GCMS-ToF-sample-30", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-30.mztab", + "name": "GCMS-ToF-sample-30", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-32.mzML", + "name": "GCMS-ToF-sample-32", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-32.mztab", + "name": "GCMS-ToF-sample-32", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-33.mzML", + "name": "GCMS-ToF-sample-33", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-33.mztab", + "name": "GCMS-ToF-sample-33", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-34.mzML", + "name": "GCMS-ToF-sample-34", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-34.mztab", + "name": "GCMS-ToF-sample-34", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-35.mzML", + "name": "GCMS-ToF-sample-35", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-35.mztab", + "name": "GCMS-ToF-sample-35", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-36.mzML", + "name": "GCMS-ToF-sample-36", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-36.mztab", + "name": "GCMS-ToF-sample-36", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-37.mzML", + "name": "GCMS-ToF-sample-37", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-37.mztab", + "name": "GCMS-ToF-sample-37", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-38.mzML", + "name": "GCMS-ToF-sample-38", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-38.mztab", + "name": "GCMS-ToF-sample-38", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-39.mzML", + "name": "GCMS-ToF-sample-39", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-39.mztab", + "name": "GCMS-ToF-sample-39", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-4.mzML", + "name": "GCMS-ToF-sample-4", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-4.mztab", + "name": "GCMS-ToF-sample-4", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-40.mzML", + "name": "GCMS-ToF-sample-40", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-40.mztab", + "name": "GCMS-ToF-sample-40", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-41.mzML", + "name": "GCMS-ToF-sample-41", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-41.mztab", + "name": "GCMS-ToF-sample-41", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-42.mzML", + "name": "GCMS-ToF-sample-42", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-42.mztab", + "name": "GCMS-ToF-sample-42", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-43.mzML", + "name": "GCMS-ToF-sample-43", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-43.mztab", + "name": "GCMS-ToF-sample-43", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-44.mzML", + "name": "GCMS-ToF-sample-44", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-44.mztab", + "name": "GCMS-ToF-sample-44", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-45.mzML", + "name": "GCMS-ToF-sample-45", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-45.mztab", + "name": "GCMS-ToF-sample-45", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 68, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-46.mzML", + "name": "GCMS-ToF-sample-46", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-46.mztab", + "name": "GCMS-ToF-sample-46", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-47.mzML", + "name": "GCMS-ToF-sample-47", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-47.mztab", + "name": "GCMS-ToF-sample-47", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-48.mzML", + "name": "GCMS-ToF-sample-48", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-48.mztab", + "name": "GCMS-ToF-sample-48", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-49.mzML", + "name": "GCMS-ToF-sample-49", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-49.mztab", + "name": "GCMS-ToF-sample-49", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-5.mzML", + "name": "GCMS-ToF-sample-5", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-5.mztab", + "name": "GCMS-ToF-sample-5", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 42, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-50.mzML", + "name": "GCMS-ToF-sample-50", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-50.mztab", + "name": "GCMS-ToF-sample-50", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-51.mzML", + "name": "GCMS-ToF-sample-51", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-51.mztab", + "name": "GCMS-ToF-sample-51", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-52.mzML", + "name": "GCMS-ToF-sample-52", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-52.mztab", + "name": "GCMS-ToF-sample-52", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-53.mzML", + "name": "GCMS-ToF-sample-53", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-53.mztab", + "name": "GCMS-ToF-sample-53", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-54.mzML", + "name": "GCMS-ToF-sample-54", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-54.mztab", + "name": "GCMS-ToF-sample-54", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-55.mzML", + "name": "GCMS-ToF-sample-55", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-55.mztab", + "name": "GCMS-ToF-sample-55", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-56.mzML", + "name": "GCMS-ToF-sample-56", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-56.mztab", + "name": "GCMS-ToF-sample-56", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-57.mzML", + "name": "GCMS-ToF-sample-57", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-57.mztab", + "name": "GCMS-ToF-sample-57", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-58.mzML", + "name": "GCMS-ToF-sample-58", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-58.mztab", + "name": "GCMS-ToF-sample-58", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-59.mzML", + "name": "GCMS-ToF-sample-59", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-59.mztab", + "name": "GCMS-ToF-sample-59", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-6.mzML", + "name": "GCMS-ToF-sample-6", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-6.mztab", + "name": "GCMS-ToF-sample-6", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 52, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-60.mzML", + "name": "GCMS-ToF-sample-60", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-60.mztab", + "name": "GCMS-ToF-sample-60", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-61.mzML", + "name": "GCMS-ToF-sample-61", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-61.mztab", + "name": "GCMS-ToF-sample-61", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-62.mzML", + "name": "GCMS-ToF-sample-62", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-62.mztab", + "name": "GCMS-ToF-sample-62", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-63.mzML", + "name": "GCMS-ToF-sample-63", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-63.mztab", + "name": "GCMS-ToF-sample-63", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-64.mzML", + "name": "GCMS-ToF-sample-64", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-64.mztab", + "name": "GCMS-ToF-sample-64", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 66, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-65.mzML", + "name": "GCMS-ToF-sample-65", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-65.mztab", + "name": "GCMS-ToF-sample-65", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-66.mzML", + "name": "GCMS-ToF-sample-66", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-66.mztab", + "name": "GCMS-ToF-sample-66", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-68.mzML", + "name": "GCMS-ToF-sample-68", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-68.mztab", + "name": "GCMS-ToF-sample-68", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-69.mzML", + "name": "GCMS-ToF-sample-69", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-69.mztab", + "name": "GCMS-ToF-sample-69", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-7.mzML", + "name": "GCMS-ToF-sample-7", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-7.mztab", + "name": "GCMS-ToF-sample-7", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-70.mzML", + "name": "GCMS-ToF-sample-70", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-70.mztab", + "name": "GCMS-ToF-sample-70", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-71.mzML", + "name": "GCMS-ToF-sample-71", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-71.mztab", + "name": "GCMS-ToF-sample-71", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-72.mzML", + "name": "GCMS-ToF-sample-72", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-72.mztab", + "name": "GCMS-ToF-sample-72", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-73.mzML", + "name": "GCMS-ToF-sample-73", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-73.mztab", + "name": "GCMS-ToF-sample-73", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-74.mzML", + "name": "GCMS-ToF-sample-74", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-74.mztab", + "name": "GCMS-ToF-sample-74", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-75.mzML", + "name": "GCMS-ToF-sample-75", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-75.mztab", + "name": "GCMS-ToF-sample-75", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-76.mzML", + "name": "GCMS-ToF-sample-76", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-76.mztab", + "name": "GCMS-ToF-sample-76", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 58, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-77.mzML", + "name": "GCMS-ToF-sample-77", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-77.mztab", + "name": "GCMS-ToF-sample-77", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-78.mzML", + "name": "GCMS-ToF-sample-78", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-78.mztab", + "name": "GCMS-ToF-sample-78", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-79.mzML", + "name": "GCMS-ToF-sample-79", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-79.mztab", + "name": "GCMS-ToF-sample-79", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 67, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-8.mzML", + "name": "GCMS-ToF-sample-8", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-8.mztab", + "name": "GCMS-ToF-sample-8", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-80.mzML", + "name": "GCMS-ToF-sample-80", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-80.mztab", + "name": "GCMS-ToF-sample-80", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-81.mzML", + "name": "GCMS-ToF-sample-81", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-81.mztab", + "name": "GCMS-ToF-sample-81", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-82.mzML", + "name": "GCMS-ToF-sample-82", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-82.mztab", + "name": "GCMS-ToF-sample-82", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-83.mzML", + "name": "GCMS-ToF-sample-83", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-83.mztab", + "name": "GCMS-ToF-sample-83", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-84.mzML", + "name": "GCMS-ToF-sample-84", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-84.mztab", + "name": "GCMS-ToF-sample-84", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-87.mzML", + "name": "GCMS-ToF-sample-87", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-87.mztab", + "name": "GCMS-ToF-sample-87", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-88.mzML", + "name": "GCMS-ToF-sample-88", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-88.mztab", + "name": "GCMS-ToF-sample-88", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 65, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-89.mzML", + "name": "GCMS-ToF-sample-89", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-89.mztab", + "name": "GCMS-ToF-sample-89", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-9.mzML", + "name": "GCMS-ToF-sample-9", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-9.mztab", + "name": "GCMS-ToF-sample-9", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 59, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-90.mzML", + "name": "GCMS-ToF-sample-90", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-90.mztab", + "name": "GCMS-ToF-sample-90", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 61, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-91.mzML", + "name": "GCMS-ToF-sample-91", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-91.mztab", + "name": "GCMS-ToF-sample-91", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-92.mzML", + "name": "GCMS-ToF-sample-92", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-92.mztab", + "name": "GCMS-ToF-sample-92", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-93.mzML", + "name": "GCMS-ToF-sample-93", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-93.mztab", + "name": "GCMS-ToF-sample-93", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 57, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-94.mzML", + "name": "GCMS-ToF-sample-94", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-94.mztab", + "name": "GCMS-ToF-sample-94", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 60, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-95.mzML", + "name": "GCMS-ToF-sample-95", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-95.mztab", + "name": "GCMS-ToF-sample-95", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-96.mzML", + "name": "GCMS-ToF-sample-96", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-96.mztab", + "name": "GCMS-ToF-sample-96", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 64, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-97.mzML", + "name": "GCMS-ToF-sample-97", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-97.mztab", + "name": "GCMS-ToF-sample-97", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 56, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-98.mzML", + "name": "GCMS-ToF-sample-98", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-98.mztab", + "name": "GCMS-ToF-sample-98", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 62, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + }, + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-99.mzML", + "name": "GCMS-ToF-sample-99", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + }, + "fileProperties": [ + { + "accession": "MS:1000031", + "name": "instrument model", + "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" + } + ] + }, + { + "location": "file://tmp/GCMS-ToF-sample-99.mztab", + "name": "GCMS-ToF-sample-99", + "fileFormat": { + "accession": "MS:1003389", + "name": "mzTab-M" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + }, + { + "accession": "MS:1000799", + "name": "custom unreleased software tool", + "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", + "value": "mzqc-pylib", + "version": "0", + "uri": "https://hupo-psi.github.io/mzQC/unknown.html" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000103", + "name": "number of identified quantification data points", + "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", + "value": 63, + "unit": { + "accession": "UO:0000189", + "name": "count unit" + } + } + ] + } + ], + "setQualities": [ + { + "metadata": { + "inputFiles": [ + { + "location": "file://tmp/GCMS-ToF-sample-10.mzML", + "name": "GCMS-ToF-sample-10", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-100.mzML", + "name": "GCMS-ToF-sample-100", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-101.mzML", + "name": "GCMS-ToF-sample-101", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-102.mzML", + "name": "GCMS-ToF-sample-102", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-103.mzML", + "name": "GCMS-ToF-sample-103", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-104.mzML", + "name": "GCMS-ToF-sample-104", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-106.mzML", + "name": "GCMS-ToF-sample-106", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-107.mzML", + "name": "GCMS-ToF-sample-107", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-108.mzML", + "name": "GCMS-ToF-sample-108", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-109.mzML", + "name": "GCMS-ToF-sample-109", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-11.mzML", + "name": "GCMS-ToF-sample-11", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-110.mzML", + "name": "GCMS-ToF-sample-110", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-111.mzML", + "name": "GCMS-ToF-sample-111", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-112.mzML", + "name": "GCMS-ToF-sample-112", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-113.mzML", + "name": "GCMS-ToF-sample-113", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-114.mzML", + "name": "GCMS-ToF-sample-114", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-115.mzML", + "name": "GCMS-ToF-sample-115", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-116.mzML", + "name": "GCMS-ToF-sample-116", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-117.mzML", + "name": "GCMS-ToF-sample-117", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-118.mzML", + "name": "GCMS-ToF-sample-118", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-119.mzML", + "name": "GCMS-ToF-sample-119", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-12.mzML", + "name": "GCMS-ToF-sample-12", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-120.mzML", + "name": "GCMS-ToF-sample-120", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-121.mzML", + "name": "GCMS-ToF-sample-121", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-122.mzML", + "name": "GCMS-ToF-sample-122", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-123.mzML", + "name": "GCMS-ToF-sample-123", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-124.mzML", + "name": "GCMS-ToF-sample-124", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-125.mzML", + "name": "GCMS-ToF-sample-125", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-126.mzML", + "name": "GCMS-ToF-sample-126", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-127.mzML", + "name": "GCMS-ToF-sample-127", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-128.mzML", + "name": "GCMS-ToF-sample-128", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-129.mzML", + "name": "GCMS-ToF-sample-129", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-13.mzML", + "name": "GCMS-ToF-sample-13", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-130.mzML", + "name": "GCMS-ToF-sample-130", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-132.mzML", + "name": "GCMS-ToF-sample-132", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-133.mzML", + "name": "GCMS-ToF-sample-133", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-134.mzML", + "name": "GCMS-ToF-sample-134", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-135.mzML", + "name": "GCMS-ToF-sample-135", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-136.mzML", + "name": "GCMS-ToF-sample-136", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-137.mzML", + "name": "GCMS-ToF-sample-137", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-138.mzML", + "name": "GCMS-ToF-sample-138", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-139.mzML", + "name": "GCMS-ToF-sample-139", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-14.mzML", + "name": "GCMS-ToF-sample-14", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-140.mzML", + "name": "GCMS-ToF-sample-140", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-141.mzML", + "name": "GCMS-ToF-sample-141", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-142.mzML", + "name": "GCMS-ToF-sample-142", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-143.mzML", + "name": "GCMS-ToF-sample-143", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-144.mzML", + "name": "GCMS-ToF-sample-144", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-145.mzML", + "name": "GCMS-ToF-sample-145", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-146.mzML", + "name": "GCMS-ToF-sample-146", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-147.mzML", + "name": "GCMS-ToF-sample-147", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-148.mzML", + "name": "GCMS-ToF-sample-148", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-149.mzML", + "name": "GCMS-ToF-sample-149", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-15.mzML", + "name": "GCMS-ToF-sample-15", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-150.mzML", + "name": "GCMS-ToF-sample-150", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-151.mzML", + "name": "GCMS-ToF-sample-151", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-152.mzML", + "name": "GCMS-ToF-sample-152", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-153.mzML", + "name": "GCMS-ToF-sample-153", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-154.mzML", + "name": "GCMS-ToF-sample-154", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-155.mzML", + "name": "GCMS-ToF-sample-155", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-156.mzML", + "name": "GCMS-ToF-sample-156", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-157.mzML", + "name": "GCMS-ToF-sample-157", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-158.mzML", + "name": "GCMS-ToF-sample-158", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-159.mzML", + "name": "GCMS-ToF-sample-159", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-16.mzML", + "name": "GCMS-ToF-sample-16", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-160.mzML", + "name": "GCMS-ToF-sample-160", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-161.mzML", + "name": "GCMS-ToF-sample-161", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-162.mzML", + "name": "GCMS-ToF-sample-162", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-163.mzML", + "name": "GCMS-ToF-sample-163", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-164.mzML", + "name": "GCMS-ToF-sample-164", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-165.mzML", + "name": "GCMS-ToF-sample-165", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-166.mzML", + "name": "GCMS-ToF-sample-166", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-167.mzML", + "name": "GCMS-ToF-sample-167", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-168.mzML", + "name": "GCMS-ToF-sample-168", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-169.mzML", + "name": "GCMS-ToF-sample-169", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-17.mzML", + "name": "GCMS-ToF-sample-17", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-170.mzML", + "name": "GCMS-ToF-sample-170", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-171.mzML", + "name": "GCMS-ToF-sample-171", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-172.mzML", + "name": "GCMS-ToF-sample-172", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-173.mzML", + "name": "GCMS-ToF-sample-173", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-177.mzML", + "name": "GCMS-ToF-sample-177", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-178.mzML", + "name": "GCMS-ToF-sample-178", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-179.mzML", + "name": "GCMS-ToF-sample-179", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-18.mzML", + "name": "GCMS-ToF-sample-18", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-180.mzML", + "name": "GCMS-ToF-sample-180", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-181.mzML", + "name": "GCMS-ToF-sample-181", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-182.mzML", + "name": "GCMS-ToF-sample-182", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-183.mzML", + "name": "GCMS-ToF-sample-183", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-184.mzML", + "name": "GCMS-ToF-sample-184", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-185.mzML", + "name": "GCMS-ToF-sample-185", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-186.mzML", + "name": "GCMS-ToF-sample-186", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-187.mzML", + "name": "GCMS-ToF-sample-187", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-188.mzML", + "name": "GCMS-ToF-sample-188", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-189.mzML", + "name": "GCMS-ToF-sample-189", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-19.mzML", + "name": "GCMS-ToF-sample-19", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-190.mzML", + "name": "GCMS-ToF-sample-190", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-191.mzML", + "name": "GCMS-ToF-sample-191", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-192.mzML", + "name": "GCMS-ToF-sample-192", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-193.mzML", + "name": "GCMS-ToF-sample-193", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-195.mzML", + "name": "GCMS-ToF-sample-195", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-196.mzML", + "name": "GCMS-ToF-sample-196", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-197.mzML", + "name": "GCMS-ToF-sample-197", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-198.mzML", + "name": "GCMS-ToF-sample-198", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-199.mzML", + "name": "GCMS-ToF-sample-199", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-2.mzML", + "name": "GCMS-ToF-sample-2", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-20.mzML", + "name": "GCMS-ToF-sample-20", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-200.mzML", + "name": "GCMS-ToF-sample-200", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-201.mzML", + "name": "GCMS-ToF-sample-201", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-202.mzML", + "name": "GCMS-ToF-sample-202", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-203.mzML", + "name": "GCMS-ToF-sample-203", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-204.mzML", + "name": "GCMS-ToF-sample-204", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-205.mzML", + "name": "GCMS-ToF-sample-205", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-206.mzML", + "name": "GCMS-ToF-sample-206", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-207.mzML", + "name": "GCMS-ToF-sample-207", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-208.mzML", + "name": "GCMS-ToF-sample-208", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-209.mzML", + "name": "GCMS-ToF-sample-209", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-21.mzML", + "name": "GCMS-ToF-sample-21", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-210.mzML", + "name": "GCMS-ToF-sample-210", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-211.mzML", + "name": "GCMS-ToF-sample-211", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-212.mzML", + "name": "GCMS-ToF-sample-212", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-213.mzML", + "name": "GCMS-ToF-sample-213", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-214.mzML", + "name": "GCMS-ToF-sample-214", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-216.mzML", + "name": "GCMS-ToF-sample-216", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-217.mzML", + "name": "GCMS-ToF-sample-217", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-218.mzML", + "name": "GCMS-ToF-sample-218", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-219.mzML", + "name": "GCMS-ToF-sample-219", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-22.mzML", + "name": "GCMS-ToF-sample-22", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-220.mzML", + "name": "GCMS-ToF-sample-220", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-221.mzML", + "name": "GCMS-ToF-sample-221", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-222.mzML", + "name": "GCMS-ToF-sample-222", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-223.mzML", + "name": "GCMS-ToF-sample-223", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-224.mzML", + "name": "GCMS-ToF-sample-224", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-225.mzML", + "name": "GCMS-ToF-sample-225", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-226.mzML", + "name": "GCMS-ToF-sample-226", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-227.mzML", + "name": "GCMS-ToF-sample-227", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-228.mzML", + "name": "GCMS-ToF-sample-228", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-229.mzML", + "name": "GCMS-ToF-sample-229", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-23.mzML", + "name": "GCMS-ToF-sample-23", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-230.mzML", + "name": "GCMS-ToF-sample-230", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-231.mzML", + "name": "GCMS-ToF-sample-231", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-232.mzML", + "name": "GCMS-ToF-sample-232", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-233.mzML", + "name": "GCMS-ToF-sample-233", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-234.mzML", + "name": "GCMS-ToF-sample-234", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-235.mzML", + "name": "GCMS-ToF-sample-235", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-236.mzML", + "name": "GCMS-ToF-sample-236", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-238.mzML", + "name": "GCMS-ToF-sample-238", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-239.mzML", + "name": "GCMS-ToF-sample-239", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-24.mzML", + "name": "GCMS-ToF-sample-24", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-25.mzML", + "name": "GCMS-ToF-sample-25", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-26.mzML", + "name": "GCMS-ToF-sample-26", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-27.mzML", + "name": "GCMS-ToF-sample-27", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-28.mzML", + "name": "GCMS-ToF-sample-28", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-29.mzML", + "name": "GCMS-ToF-sample-29", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-3.mzML", + "name": "GCMS-ToF-sample-3", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-30.mzML", + "name": "GCMS-ToF-sample-30", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-32.mzML", + "name": "GCMS-ToF-sample-32", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-33.mzML", + "name": "GCMS-ToF-sample-33", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-34.mzML", + "name": "GCMS-ToF-sample-34", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-35.mzML", + "name": "GCMS-ToF-sample-35", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-36.mzML", + "name": "GCMS-ToF-sample-36", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-37.mzML", + "name": "GCMS-ToF-sample-37", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-38.mzML", + "name": "GCMS-ToF-sample-38", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-39.mzML", + "name": "GCMS-ToF-sample-39", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-4.mzML", + "name": "GCMS-ToF-sample-4", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-40.mzML", + "name": "GCMS-ToF-sample-40", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-41.mzML", + "name": "GCMS-ToF-sample-41", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-42.mzML", + "name": "GCMS-ToF-sample-42", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-43.mzML", + "name": "GCMS-ToF-sample-43", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-44.mzML", + "name": "GCMS-ToF-sample-44", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-45.mzML", + "name": "GCMS-ToF-sample-45", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-46.mzML", + "name": "GCMS-ToF-sample-46", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-47.mzML", + "name": "GCMS-ToF-sample-47", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-48.mzML", + "name": "GCMS-ToF-sample-48", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-49.mzML", + "name": "GCMS-ToF-sample-49", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-5.mzML", + "name": "GCMS-ToF-sample-5", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-50.mzML", + "name": "GCMS-ToF-sample-50", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-51.mzML", + "name": "GCMS-ToF-sample-51", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-52.mzML", + "name": "GCMS-ToF-sample-52", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-53.mzML", + "name": "GCMS-ToF-sample-53", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-54.mzML", + "name": "GCMS-ToF-sample-54", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-55.mzML", + "name": "GCMS-ToF-sample-55", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-56.mzML", + "name": "GCMS-ToF-sample-56", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-57.mzML", + "name": "GCMS-ToF-sample-57", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-58.mzML", + "name": "GCMS-ToF-sample-58", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-59.mzML", + "name": "GCMS-ToF-sample-59", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-6.mzML", + "name": "GCMS-ToF-sample-6", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-60.mzML", + "name": "GCMS-ToF-sample-60", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-61.mzML", + "name": "GCMS-ToF-sample-61", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-62.mzML", + "name": "GCMS-ToF-sample-62", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-63.mzML", + "name": "GCMS-ToF-sample-63", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-64.mzML", + "name": "GCMS-ToF-sample-64", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-65.mzML", + "name": "GCMS-ToF-sample-65", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-66.mzML", + "name": "GCMS-ToF-sample-66", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-68.mzML", + "name": "GCMS-ToF-sample-68", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-69.mzML", + "name": "GCMS-ToF-sample-69", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-7.mzML", + "name": "GCMS-ToF-sample-7", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-70.mzML", + "name": "GCMS-ToF-sample-70", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-71.mzML", + "name": "GCMS-ToF-sample-71", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-72.mzML", + "name": "GCMS-ToF-sample-72", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-73.mzML", + "name": "GCMS-ToF-sample-73", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-74.mzML", + "name": "GCMS-ToF-sample-74", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-75.mzML", + "name": "GCMS-ToF-sample-75", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-76.mzML", + "name": "GCMS-ToF-sample-76", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-77.mzML", + "name": "GCMS-ToF-sample-77", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-78.mzML", + "name": "GCMS-ToF-sample-78", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-79.mzML", + "name": "GCMS-ToF-sample-79", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-8.mzML", + "name": "GCMS-ToF-sample-8", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-80.mzML", + "name": "GCMS-ToF-sample-80", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-81.mzML", + "name": "GCMS-ToF-sample-81", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-82.mzML", + "name": "GCMS-ToF-sample-82", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-83.mzML", + "name": "GCMS-ToF-sample-83", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-84.mzML", + "name": "GCMS-ToF-sample-84", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-87.mzML", + "name": "GCMS-ToF-sample-87", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-88.mzML", + "name": "GCMS-ToF-sample-88", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-89.mzML", + "name": "GCMS-ToF-sample-89", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-9.mzML", + "name": "GCMS-ToF-sample-9", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-90.mzML", + "name": "GCMS-ToF-sample-90", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-91.mzML", + "name": "GCMS-ToF-sample-91", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-92.mzML", + "name": "GCMS-ToF-sample-92", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-93.mzML", + "name": "GCMS-ToF-sample-93", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-94.mzML", + "name": "GCMS-ToF-sample-94", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-95.mzML", + "name": "GCMS-ToF-sample-95", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-96.mzML", + "name": "GCMS-ToF-sample-96", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-97.mzML", + "name": "GCMS-ToF-sample-97", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-98.mzML", + "name": "GCMS-ToF-sample-98", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + }, + { + "location": "file://tmp/GCMS-ToF-sample-99.mzML", + "name": "GCMS-ToF-sample-99", + "fileFormat": { + "accession": "MS:1000584", + "name": "mzML format" + } + } + ], + "analysisSoftware": [ + { + "accession": "MS:1001058", + "name": "quality estimation by manual validation", + "description": "The quality estimation was done manually.", + "version": "0", + "uri": "https://dx.doi.org/10.1021/pr201071t" + } + ] + }, + "qualityMetrics": [ + { + "accession": "MS:4000092", + "name": "identified MS1 feature area principal component analysis result", + "description": "A table with the PCA results of identified MS1 feature areas.", + "value": { + "MS:4000086": [ + "GCMS-ToF-sample-10", + "GCMS-ToF-sample-100", + "GCMS-ToF-sample-101", + "GCMS-ToF-sample-102", + "GCMS-ToF-sample-103", + "GCMS-ToF-sample-104", + "GCMS-ToF-sample-106", + "GCMS-ToF-sample-107", + "GCMS-ToF-sample-108", + "GCMS-ToF-sample-109", + "GCMS-ToF-sample-11", + "GCMS-ToF-sample-110", + "GCMS-ToF-sample-111", + "GCMS-ToF-sample-112", + "GCMS-ToF-sample-113", + "GCMS-ToF-sample-114", + "GCMS-ToF-sample-115", + "GCMS-ToF-sample-116", + "GCMS-ToF-sample-117", + "GCMS-ToF-sample-118", + "GCMS-ToF-sample-119", + "GCMS-ToF-sample-12", + "GCMS-ToF-sample-120", + "GCMS-ToF-sample-121", + "GCMS-ToF-sample-122", + "GCMS-ToF-sample-123", + "GCMS-ToF-sample-124", + "GCMS-ToF-sample-125", + "GCMS-ToF-sample-126", + "GCMS-ToF-sample-127", + "GCMS-ToF-sample-128", + "GCMS-ToF-sample-129", + "GCMS-ToF-sample-13", + "GCMS-ToF-sample-130", + "GCMS-ToF-sample-132", + "GCMS-ToF-sample-133", + "GCMS-ToF-sample-134", + "GCMS-ToF-sample-135", + "GCMS-ToF-sample-136", + "GCMS-ToF-sample-137", + "GCMS-ToF-sample-138", + "GCMS-ToF-sample-139", + "GCMS-ToF-sample-14", + "GCMS-ToF-sample-140", + "GCMS-ToF-sample-141", + "GCMS-ToF-sample-142", + "GCMS-ToF-sample-143", + "GCMS-ToF-sample-144", + "GCMS-ToF-sample-145", + "GCMS-ToF-sample-146", + "GCMS-ToF-sample-147", + "GCMS-ToF-sample-148", + "GCMS-ToF-sample-149", + "GCMS-ToF-sample-15", + "GCMS-ToF-sample-150", + "GCMS-ToF-sample-151", + "GCMS-ToF-sample-152", + "GCMS-ToF-sample-153", + "GCMS-ToF-sample-154", + "GCMS-ToF-sample-155", + "GCMS-ToF-sample-156", + "GCMS-ToF-sample-157", + "GCMS-ToF-sample-158", + "GCMS-ToF-sample-159", + "GCMS-ToF-sample-16", + "GCMS-ToF-sample-160", + "GCMS-ToF-sample-161", + "GCMS-ToF-sample-162", + "GCMS-ToF-sample-163", + "GCMS-ToF-sample-164", + "GCMS-ToF-sample-165", + "GCMS-ToF-sample-166", + "GCMS-ToF-sample-167", + "GCMS-ToF-sample-168", + "GCMS-ToF-sample-169", + "GCMS-ToF-sample-17", + "GCMS-ToF-sample-170", + "GCMS-ToF-sample-171", + "GCMS-ToF-sample-172", + "GCMS-ToF-sample-173", + "GCMS-ToF-sample-177", + "GCMS-ToF-sample-178", + "GCMS-ToF-sample-179", + "GCMS-ToF-sample-18", + "GCMS-ToF-sample-180", + "GCMS-ToF-sample-181", + "GCMS-ToF-sample-182", + "GCMS-ToF-sample-183", + "GCMS-ToF-sample-184", + "GCMS-ToF-sample-185", + "GCMS-ToF-sample-186", + "GCMS-ToF-sample-187", + "GCMS-ToF-sample-188", + "GCMS-ToF-sample-189", + "GCMS-ToF-sample-19", + "GCMS-ToF-sample-190", + "GCMS-ToF-sample-191", + "GCMS-ToF-sample-192", + "GCMS-ToF-sample-193", + "GCMS-ToF-sample-195", + "GCMS-ToF-sample-196", + "GCMS-ToF-sample-197", + "GCMS-ToF-sample-198", + "GCMS-ToF-sample-199", + "GCMS-ToF-sample-2", + "GCMS-ToF-sample-20", + "GCMS-ToF-sample-200", + "GCMS-ToF-sample-201", + "GCMS-ToF-sample-202", + "GCMS-ToF-sample-203", + "GCMS-ToF-sample-204", + "GCMS-ToF-sample-205", + "GCMS-ToF-sample-206", + "GCMS-ToF-sample-207", + "GCMS-ToF-sample-208", + "GCMS-ToF-sample-209", + "GCMS-ToF-sample-21", + "GCMS-ToF-sample-210", + "GCMS-ToF-sample-211", + "GCMS-ToF-sample-212", + "GCMS-ToF-sample-213", + "GCMS-ToF-sample-214", + "GCMS-ToF-sample-216", + "GCMS-ToF-sample-217", + "GCMS-ToF-sample-218", + "GCMS-ToF-sample-219", + "GCMS-ToF-sample-22", + "GCMS-ToF-sample-220", + "GCMS-ToF-sample-221", + "GCMS-ToF-sample-222", + "GCMS-ToF-sample-223", + "GCMS-ToF-sample-224", + "GCMS-ToF-sample-225", + "GCMS-ToF-sample-226", + "GCMS-ToF-sample-227", + "GCMS-ToF-sample-228", + "GCMS-ToF-sample-229", + "GCMS-ToF-sample-23", + "GCMS-ToF-sample-230", + "GCMS-ToF-sample-231", + "GCMS-ToF-sample-232", + "GCMS-ToF-sample-233", + "GCMS-ToF-sample-234", + "GCMS-ToF-sample-235", + "GCMS-ToF-sample-236", + "GCMS-ToF-sample-238", + "GCMS-ToF-sample-239", + "GCMS-ToF-sample-24", + "GCMS-ToF-sample-25", + "GCMS-ToF-sample-26", + "GCMS-ToF-sample-27", + "GCMS-ToF-sample-28", + "GCMS-ToF-sample-29", + "GCMS-ToF-sample-3", + "GCMS-ToF-sample-30", + "GCMS-ToF-sample-32", + "GCMS-ToF-sample-33", + "GCMS-ToF-sample-34", + "GCMS-ToF-sample-35", + "GCMS-ToF-sample-36", + "GCMS-ToF-sample-37", + "GCMS-ToF-sample-38", + "GCMS-ToF-sample-39", + "GCMS-ToF-sample-4", + "GCMS-ToF-sample-40", + "GCMS-ToF-sample-41", + "GCMS-ToF-sample-42", + "GCMS-ToF-sample-43", + "GCMS-ToF-sample-44", + "GCMS-ToF-sample-45", + "GCMS-ToF-sample-46", + "GCMS-ToF-sample-47", + "GCMS-ToF-sample-48", + "GCMS-ToF-sample-49", + "GCMS-ToF-sample-5", + "GCMS-ToF-sample-50", + "GCMS-ToF-sample-51", + "GCMS-ToF-sample-52", + "GCMS-ToF-sample-53", + "GCMS-ToF-sample-54", + "GCMS-ToF-sample-55", + "GCMS-ToF-sample-56", + "GCMS-ToF-sample-57", + "GCMS-ToF-sample-58", + "GCMS-ToF-sample-59", + "GCMS-ToF-sample-6", + "GCMS-ToF-sample-60", + "GCMS-ToF-sample-61", + "GCMS-ToF-sample-62", + "GCMS-ToF-sample-63", + "GCMS-ToF-sample-64", + "GCMS-ToF-sample-65", + "GCMS-ToF-sample-66", + "GCMS-ToF-sample-68", + "GCMS-ToF-sample-69", + "GCMS-ToF-sample-7", + "GCMS-ToF-sample-70", + "GCMS-ToF-sample-71", + "GCMS-ToF-sample-72", + "GCMS-ToF-sample-73", + "GCMS-ToF-sample-74", + "GCMS-ToF-sample-75", + "GCMS-ToF-sample-76", + "GCMS-ToF-sample-77", + "GCMS-ToF-sample-78", + "GCMS-ToF-sample-79", + "GCMS-ToF-sample-8", + "GCMS-ToF-sample-80", + "GCMS-ToF-sample-81", + "GCMS-ToF-sample-82", + "GCMS-ToF-sample-83", + "GCMS-ToF-sample-84", + "GCMS-ToF-sample-87", + "GCMS-ToF-sample-88", + "GCMS-ToF-sample-89", + "GCMS-ToF-sample-9", + "GCMS-ToF-sample-90", + "GCMS-ToF-sample-91", + "GCMS-ToF-sample-92", + "GCMS-ToF-sample-93", + "GCMS-ToF-sample-94", + "GCMS-ToF-sample-95", + "GCMS-ToF-sample-96", + "GCMS-ToF-sample-97", + "GCMS-ToF-sample-98", + "GCMS-ToF-sample-99" + ], + "MS:4000081": [ + -3.3489633839, + 0.4191257477, + 6.8241553933, + -1.0808863947, + -1.707045218, + 2.8308541748, + -2.2338635322, + 3.9699078343, + -2.4770395336, + -2.7332267846, + -0.4470879071, + -5.1985965443, + -1.6871799846, + -0.162214613, + 4.4931694088, + 1.065013029, + -1.1940566219, + 4.1964218311, + -4.9229903804, + -0.0487967333, + 7.9232129003, + 0.2905566121, + -2.4167956848, + 4.188667538, + -0.2907648229, + -0.9276300068, + 2.8475911731, + -2.968729106, + 4.1660313629, + -1.137933623, + 1.7420100896, + 4.759143556, + -0.3069984724, + 0.3569010485, + -4.0831272735, + 3.5694159259, + 2.2713740735, + -5.0789607892, + -0.0752693899, + 7.1581925537, + 0.828962944, + -1.5693378796, + -5.1842079165, + 0.3652225255, + 1.2012539074, + 0.7432225587, + -0.0185043171, + -2.9830231055, + -1.0151965987, + -2.6590623404, + 1.1782955448, + 5.3186313176, + -10.4677770954, + 7.2263723602, + 2.3232291491, + 3.8652035606, + 6.025908917, + 1.5578940537, + -1.8630675831, + 2.4299328853, + 2.4489501744, + -8.1272401542, + -6.9339250968, + -2.6514879488, + -10.498114593, + -8.0560929327, + -2.4843500653, + -1.5591274019, + -4.1491782662, + -7.6513289916, + -7.7606513161, + -4.2396234647, + -7.9197018596, + -6.0399736461, + -3.3695303241, + -1.8478444188, + -2.3881146016, + -2.2744510576, + -0.3913099263, + -1.6048077914, + -0.2399191721, + -4.1136913613, + -0.6269833457, + -5.0090218488, + 0.5306315727, + -6.592080735, + -4.492378256, + -1.3028620578, + -3.8371703822, + -5.2130536703, + -5.4317236274, + -0.5999563478, + 2.1531396916, + -1.9443562481, + -0.7331334459, + 0.951283388, + 2.7826978447, + -2.2532581555, + -0.0741762409, + -7.0497329655, + -4.278429051, + 0.0769809917, + 7.9025446164, + -3.5982310916, + -3.2004377118, + -7.3783032825, + -2.3113338329, + -1.7110468372, + -3.20605726, + -3.6158552084, + 7.520231951, + 1.4600045217, + -3.8326763159, + 6.1094439358, + 1.0450705098, + -1.1646018992, + 1.0397856472, + -0.2774277653, + -3.6065836315, + -1.776450852, + 1.7033047566, + -1.9458179288, + -0.2510462381, + -2.4726347321, + 1.9418319684, + -2.0328351118, + 4.9950994081, + -0.8091622655, + -1.2994065497, + -1.5601348705, + -4.1472603067, + 0.9442454758, + -3.5628871304, + -4.6960341411, + 0.7348968302, + -3.3741246267, + 1.9625296323, + -3.2913616085, + 3.9293009716, + -1.205756014, + 2.8494074208, + 3.7449335931, + -1.3034700542, + 1.8941360122, + 0.2289366469, + -0.3611115399, + -2.2606294339, + -4.3259115467, + -4.037708695, + -0.9144311394, + -4.6667650928, + -4.0681783501, + 0.6306024972, + -4.8651276138, + -2.6822831119, + 3.5012376744, + 4.7247233268, + 2.4099708448, + 0.2868303919, + 0.6393485354, + -0.5288303333, + -0.9719860724, + 3.0923171347, + -6.1153085456, + 7.2981571438, + 1.1822851458, + 1.3488446334, + 2.231647972, + 2.7491393016, + 12.0457639249, + 6.282702297, + 1.7760115076, + 2.1585026031, + 1.8310786124, + -11.8407707681, + 3.8160350734, + 4.2813855441, + 9.1643828848, + 4.1860017961, + 6.5689740649, + 12.3831848323, + 7.481412766, + 1.3363157101, + 3.4447531681, + 3.849074158, + -6.5830897773, + 4.6122127984, + 3.7304911054, + 0.1042706374, + 4.2398502663, + 4.9181056021, + 0.5174171321, + 7.5574701484, + 6.8105359833, + 4.1691413147, + -1.1791599605, + 6.0136378152, + 2.0571260202, + 1.7062619383, + 3.5873517455, + 1.2681832303, + 3.0395313236, + 0.4216375015, + 2.4870567016, + 0.9305310838, + 2.0223972375, + -1.9468972547, + -0.7278680161, + -3.4396024067, + -1.3879392689, + 1.8532049653, + -0.7323080554, + -0.1044978744, + 3.618711788, + 1.0473173519, + -3.234407891, + 5.1268898175, + 2.7572048852, + -1.8963995901, + -3.4274871811, + -1.7860465161, + 4.2464436594, + 2.3680717944, + 1.6740603069, + -2.928425603, + 10.0001640731 + ], + "MS:4000082": [ + -2.3414347017, + 2.0552198422, + 1.5142354815, + 2.9945511395, + 6.0701613531, + 3.3266278572, + 3.3685284856, + 0.5399655333, + 2.3932072785, + 2.7643008047, + -4.4976917552, + 4.0508987872, + 1.4660293581, + 0.0770429575, + 0.0024804836, + 1.1879740902, + 0.5707980874, + -1.3918382896, + 1.0451142023, + 3.5322514915, + -2.5080634204, + -1.9854748977, + -1.0918833604, + -0.5248062282, + -0.7546478724, + 0.8834778808, + 1.7014956692, + 2.4943035973, + 1.6819956954, + 2.164453404, + 1.8319649453, + 0.8101455665, + -1.5333999507, + 3.1578474235, + 1.3427308128, + -1.9448531516, + 2.364325228, + 3.1655048258, + -0.2917984184, + -8.0143656151, + -4.1139242264, + 2.7958020455, + -1.8695850138, + -3.4957487643, + -2.7126585146, + -6.6259650197, + 1.4678688788, + 1.860009365, + 1.5306572809, + 2.7205793212, + -0.7433254297, + -3.3517992711, + -0.3683510015, + -4.6520979386, + -0.2969785081, + -6.1260045659, + -2.7918429522, + -2.4112026192, + 0.5809935688, + -2.4070162921, + -6.2765335862, + -3.566985763, + 1.8899075764, + 0.7159550768, + 0.2178688987, + 2.0647094711, + -0.1057277641, + -3.9440217112, + -6.1913732752, + -3.5142609684, + -2.7538027387, + -0.4912709915, + -3.004320254, + -2.2817738773, + -3.6949715311, + -6.9558846923, + -3.0744193535, + 1.7548977324, + -5.2636295072, + -4.7378502816, + 1.8387353375, + 1.0740775321, + 0.1835648149, + 1.897957498, + 0.679158744, + -0.3750873679, + 1.9841123762, + 0.6193101644, + 0.660805318, + 3.4699798867, + 0.5116066126, + 2.190893902, + -0.555333107, + -0.2790107249, + -4.6845409886, + 1.8409696954, + 0.530709381, + -2.1822527379, + 1.7141617973, + -0.0011017748, + 2.3063334903, + -0.188886904, + -5.3206715922, + 4.4367196141, + -1.3754645576, + 0.6046279987, + 0.138546764, + 2.4113359288, + -0.4279627921, + 0.1660507663, + -2.6017667638, + 1.8171734659, + -1.9287317332, + -0.4871874161, + 0.0066686902, + -2.8455727834, + -0.7671619426, + 0.8987028496, + 0.6110709048, + 2.7598142193, + -4.6815935268, + 0.9227273089, + -4.4617670261, + 3.304331427, + -4.9056616075, + 0.8563141357, + -5.8889824839, + -2.998209467, + 1.7242970052, + -1.2480321852, + -0.975974124, + 1.8048862439, + 1.4810275414, + -0.4489186938, + -7.8716066565, + 1.8305754809, + 2.3758996966, + -4.0840381076, + 0.511994141, + 2.3561564188, + -1.8099415196, + -6.9678750052, + 2.2163383495, + -4.3832101315, + -0.0977442974, + 0.4469612911, + 0.6190589068, + -3.9923664824, + -0.2537069808, + -0.9517635634, + -0.745099422, + -3.8174845507, + -0.6870928333, + -6.9698275224, + -4.824004353, + 3.1139341738, + -0.4880301904, + 1.3030136002, + 2.8688932063, + 2.1926134768, + 2.6298741845, + 3.025650846, + 1.2350628205, + -2.7446679861, + 0.1336670141, + 3.1024683047, + 4.9055041462, + 3.1173516042, + 1.5730926887, + -0.5070724258, + 3.4016550643, + 4.0467956149, + 6.093295473, + 5.0591633712, + -2.7620964198, + 2.5247364196, + 2.647086586, + 1.6895717109, + 2.5580686197, + 0.6806439599, + -2.9500776533, + 2.41717624, + 5.0418393595, + 4.5406613701, + 5.5848945381, + -5.8202052908, + 1.4384628468, + 2.4950964741, + 1.1487093353, + 3.1176371508, + 0.2318095042, + 4.2757365759, + 0.2310854792, + 0.9173859454, + -0.2008158459, + 1.5141763073, + -6.3773907519, + -4.2728006741, + -2.0448990134, + -3.88337042, + 0.3256674661, + 3.5027264787, + -0.5171001085, + 1.9175499599, + 4.6431566297, + -5.1688101823, + -0.339153104, + 1.4524116058, + 3.679482305, + 1.8253918947, + 3.0501141436, + 4.596802953, + 2.9918774591, + -3.70235352, + -1.8028466468, + 0.8723962872, + 1.6521201628, + 3.1369325927, + 3.1258090201, + -5.7882477799, + 2.182551129, + 1.8413552942, + 1.0015138509, + 0.4502112672, + 4.1755869513, + 1.9181471533 + ], + "MS:4000083": [ + -1.486755263, + -0.3965900879, + 1.1636677021, + 0.4218368225, + 0.6279504624, + 0.2787506494, + 0.4859709784, + 2.2673566673, + 1.3419932346, + -0.6029531974, + 0.0264738709, + 0.1210826655, + -0.9580036113, + -0.399662916, + 2.3713223448, + 3.1825507983, + 2.520605116, + -1.5236703016, + -2.0860320842, + 0.1323864229, + -1.6463719321, + -2.4429804195, + 0.4138364442, + 1.3008876819, + 3.4981558052, + 3.6362225519, + 0.081043987, + 1.0122156378, + 0.3938019126, + 0.7976645154, + 0.7794141485, + 0.959752943, + -3.7132336063, + 2.3439740591, + -0.8625858404, + 1.791741973, + 1.5236595734, + 1.5675532231, + 0.0079893576, + -1.7107311631, + 3.2602117215, + 0.7698946646, + -0.4215726074, + 2.2741852328, + 2.5798029939, + 0.9805048612, + 1.3405782287, + 1.6911617993, + 1.8060535806, + 1.2790567434, + 1.6590662494, + 1.2181793678, + -0.2107432521, + -5.9904584463, + 1.53809143, + -1.0033279918, + 0.4417725871, + 1.7128056955, + 2.4502353921, + 0.4828558561, + 0.8326262865, + -3.981127079, + -1.9137287517, + -2.2263735093, + -3.9891276301, + 0.3262778151, + -2.1857826473, + -1.9567649201, + 1.8440867941, + -3.7656766736, + -4.037478948, + -0.7788136838, + -5.185592749, + 0.2680087429, + 1.5587023154, + -0.7157441253, + 2.3901013509, + -0.8052396849, + 2.0517632033, + -0.4879533262, + 0.0530671784, + -0.2105810034, + -2.7002555815, + -3.0626289465, + 1.9458025121, + 2.4022452508, + 0.9823209367, + -2.0473003669, + -0.8742348843, + -0.1641980522, + 2.8442381951, + 2.9656207537, + 2.3052354842, + 2.8976270925, + -0.7858774719, + -0.0558701876, + 1.2198338665, + 1.7660043305, + 1.4689670126, + 0.2245921778, + 1.2642989407, + -0.9735745956, + -1.5579074257, + 1.286454285, + -2.3623315276, + -2.3023656978, + -1.3121778839, + -0.1465082872, + 2.7256178828, + -1.765974423, + -1.854691044, + 3.0529456864, + 3.3335193961, + -3.3877463244, + 2.7927366281, + 4.9376180282, + -0.8181841267, + 1.1165612318, + -0.7714025885, + 0.533058856, + 4.4182956069, + 0.7681319913, + 2.3109508685, + -1.6220365787, + 3.5282605601, + 3.7933422228, + -2.006225506, + 3.1132839131, + 1.3618508505, + 1.3592252, + 0.3596705725, + 1.1003876276, + 1.9165579279, + -0.205539836, + 2.5552211538, + 3.1718394172, + 1.6739331117, + -0.1957722062, + 2.3547678884, + 1.9239197118, + 3.4735203895, + 3.6370827256, + 2.1447250745, + 4.856972227, + 2.330321779, + 2.2757798249, + 4.5178460302, + 0.9441327504, + -4.1618707061, + -1.7057040598, + -1.8004566642, + -2.8649081728, + -2.3515415373, + -0.0159179495, + -2.7911718195, + -2.7945172431, + -2.4358855025, + -0.1571510545, + -4.2446172948, + -0.6236937584, + -4.9038117532, + -2.2082239264, + 1.6166730051, + 0.3292655666, + -3.6341940496, + 0.2933969087, + -0.2030728319, + -1.0423704741, + 0.2271753944, + -5.6189815651, + 0.8678367603, + -0.7796477169, + -1.8928767613, + -0.9950594629, + -4.1288012632, + -0.2688994277, + -3.3734016679, + -2.1717201086, + 0.4155345397, + -0.5107364471, + -8.3031694775, + -2.7128050278, + -0.5877460293, + -1.2300092444, + -0.4631463321, + -0.8985672264, + -0.1057844011, + 2.0658145023, + -1.9044567629, + 1.6752432249, + -1.9487552566, + -2.283720799, + -0.5256638754, + 1.2704269883, + 1.0245405146, + -3.4973305234, + 0.8234502071, + 2.817842756, + 0.9093052226, + 1.3638511588, + 3.3107204798, + 1.7015161138, + -0.3359203872, + 0.2777033654, + -0.1842247635, + 0.2343154685, + -3.5565747211, + -1.3677633713, + 0.1746341638, + -1.9822911116, + -0.5654405766, + 0.5406554403, + -1.1740038798, + -5.8864479253, + 1.4858206407, + -2.276237443, + 1.5351798599, + -1.3299021983, + -2.3492399815, + -5.3349571543, + 0.7809367436, + 0.6709414194, + 1.235160356, + -0.5123827017, + -0.449581606, + -1.348393423 + ], + "MS:4000084": [ + -0.2766203768, + 1.7808802633, + 0.1736233713, + 0.0138690699, + -0.6287316786, + -0.2886769486, + -2.1754672639, + -0.8820352473, + -1.5557342637, + -0.2442097885, + -0.2540317107, + -2.2939588397, + 1.6336153893, + -1.9102123456, + -1.2562109422, + -2.8529809857, + -1.3415328597, + -1.0141819096, + 0.4602074967, + -1.1313942722, + -0.3736082111, + 0.6702313991, + -5.2066102178, + -2.216369313, + -1.7784631342, + -3.4200651724, + -2.6621075614, + -1.7063320187, + -2.3851620001, + -1.989957389, + -1.4717258688, + -1.7738746971, + -0.4002628137, + -3.1127883192, + -0.6433369744, + -3.4052156606, + -3.0346732392, + -2.332333378, + -1.2321911808, + -2.137956296, + -3.3202333816, + -2.2923066183, + 0.9441580922, + -4.3340161065, + -3.5957776469, + -3.7459415598, + -3.0837428107, + -2.6012709668, + -2.3125192337, + -1.5021133084, + -2.3768023565, + -2.1086435888, + -3.8668386752, + -0.1607162346, + -1.6938835722, + -2.2322143572, + -2.1251113576, + -2.439061118, + -1.8479459893, + -2.7821292919, + -2.1886461388, + 1.1022731571, + -1.224409654, + -0.2591354673, + -2.3741801305, + -1.6834357832, + 1.7403148816, + 2.9656921339, + 1.1756944192, + 1.8642252426, + 2.4558135206, + 0.5527130201, + 0.3949829861, + 0.764363734, + 1.8063277784, + -2.6558298533, + 0.3350480027, + -1.5472526781, + 1.2200304331, + 2.1502501293, + 0.2013914473, + 0.0446128905, + -2.2163511715, + -0.4826676842, + 3.3635828421, + 2.7893021313, + 1.3628919314, + 0.1811456416, + 2.5397000883, + -2.7494475814, + 1.5011960086, + -0.5186530101, + 2.1006829023, + 1.7803073747, + -0.6398068751, + -1.2446598297, + 3.0496263459, + -1.4896127306, + -0.0608320016, + 1.6431227012, + 0.6647613968, + 0.919778263, + 1.5596656954, + -0.4105861083, + -0.2108989457, + -0.5647282858, + 1.2191495587, + -0.0358405263, + 0.5650551566, + 0.4731532887, + 0.3196517915, + -0.7448972808, + 1.6036461331, + -0.7345159861, + 0.7508243028, + 1.6400808421, + -0.0380485698, + 1.3164500551, + 1.9382638257, + 0.8358360539, + 4.0436066873, + 1.2189799844, + 2.0622353359, + 0.3583357985, + 5.3287093962, + -0.0497758655, + -1.0926718535, + 1.6865399052, + 2.403880588, + 5.3689165072, + 4.8689264793, + 2.1790882036, + 1.719411485, + 3.4278663476, + 3.9113103891, + 0.2026848412, + 2.8865514553, + -1.2054755078, + 2.9986990389, + 2.6179489964, + 4.0573098117, + 2.4088738718, + 1.7383306698, + 6.185028542, + 3.6052976034, + 2.6810055072, + 2.9970703579, + -1.5940529365, + 0.7269170791, + -1.1528825656, + -0.644418421, + 0.9163095137, + 1.1829633313, + -3.0918546206, + 0.584744672, + 1.6520310552, + 0.7627244549, + 0.2326803026, + 2.9424630163, + 0.5854472306, + 2.5356643898, + 1.5422943809, + -0.220200397, + -0.3396047961, + 1.9788161348, + 0.6886351975, + 0.521658645, + 0.939633228, + 0.5924712314, + 1.5269837156, + 0.4775058009, + -0.382558746, + 0.3350931701, + 0.0923630787, + -2.8369673938, + 0.6990785044, + 0.7704581882, + -0.3077553452, + 0.568508925, + -0.9561704562, + 0.663821978, + 0.429564779, + -0.3838969774, + 0.5893210076, + -0.2539882181, + -1.4676653354, + -0.467939408, + -0.2546326038, + -1.4623508149, + -0.6729554697, + -0.3872129033, + -0.5683832081, + -0.9728904837, + -0.545623443, + -0.0633339111, + 0.7293068893, + -1.1935029485, + -2.4331475731, + -0.9628147014, + -2.1852229245, + 0.0954276292, + -0.907545975, + 1.00641931, + -0.0094860372, + -0.5632824368, + -2.0720054668, + 1.1997311453, + 1.4841864461, + -0.8744412446, + 2.2765271257, + -0.1846044509, + -1.6476546693, + -0.5551321564, + 0.8974793563, + -0.6290302854, + 0.7035319315, + 1.6503138499, + 0.7951019004, + 1.6767869214, + -2.5899869348, + -0.0665740263, + 0.9382835235, + -0.0915345042, + 2.1003243699, + 0.3337123246, + 0.2758586347 + ], + "MS:4000085": [ + -2.6836316103, + -2.0202377954, + -3.0888055462, + -3.1615028096, + -1.0645121408, + -0.686733902, + 0.1051308721, + -2.3134531669, + -1.1276840195, + 1.8919443277, + -2.9226873102, + 0.5952255875, + 0.3232282117, + 0.7725490363, + -1.8064125554, + -1.4637668335, + -2.0709170197, + 1.3225350747, + 1.2844101582, + 1.4209488835, + 3.7069651623, + -0.4833892703, + 0.5180034387, + -0.1330345948, + -1.4784853975, + -0.8807304644, + 1.6530240203, + 1.4782093821, + 2.197244834, + 2.0832185798, + 1.5401349816, + 1.6409797488, + 0.1029089983, + 0.9573769402, + 1.3367078548, + 1.1448593574, + 1.7747503893, + 1.3016871546, + 2.0881877878, + 3.6816726786, + -0.2690222482, + 1.3271491459, + -3.3130750572, + 1.3262078716, + -0.4466047384, + -0.6615233491, + 0.6807036833, + 0.9845815196, + 0.9393474261, + 2.0492333692, + 1.9456467956, + 0.2936419622, + 2.2550001021, + -0.2801230095, + 1.5061875104, + 2.1520620744, + 1.8630877773, + 0.6260359437, + 0.2565193734, + 2.1940299386, + 1.1431797641, + -1.7350367593, + 0.427214186, + 0.9984204184, + -1.4720971465, + -0.6012641273, + 0.4456773467, + 2.2815484129, + -0.767266954, + -0.9683302993, + -1.7176716072, + 0.1342994312, + -0.7939013687, + 1.1087064877, + 0.6836685802, + -0.9657873707, + -1.4284672427, + 1.2224541266, + 0.9030583042, + 0.8109339202, + 2.6171052658, + 2.0017429403, + 2.2682132521, + -2.1849916838, + 2.4513609731, + 0.2912862822, + 2.6616245562, + 1.3273360604, + 1.9136171388, + 2.0250449257, + 0.0474925911, + -0.7726885193, + 0.6173259359, + 0.926906868, + -3.7568973698, + 3.0393061215, + 3.393006097, + 1.917486867, + 3.2310468001, + 0.9071759103, + 1.3964680171, + 1.235102502, + 3.0988192364, + 2.2933548105, + -1.1522884297, + 0.3531654301, + 1.3215432284, + 2.9519955985, + -0.021108574, + 1.2585524089, + 2.6362955886, + 0.3919919469, + -0.0916750612, + 4.8119878251, + 0.9644206323, + -0.2621033429, + -3.7615748467, + 2.2822443376, + 0.0284772386, + 1.5799023679, + -0.9046583955, + 0.5442315987, + 0.087252778, + -0.1811988155, + 0.9822612718, + -0.2593701379, + -3.091153702, + -0.3090633092, + 2.2723279914, + 0.9315060625, + 0.795611678, + 2.7205648778, + 1.3117141809, + 0.8205411031, + 1.2576570962, + 0.2272574844, + 1.7667666266, + -1.5546577702, + 1.4668412065, + 1.217010192, + 0.8898062475, + 0.5441170332, + 1.8990889802, + 1.4416008705, + 1.8175907624, + 1.2138829088, + -0.4948531237, + -3.7852453324, + -0.629978818, + -1.6914183234, + 0.1849671722, + -0.8255348305, + 0.3417951204, + -1.8894297218, + -1.1934677141, + -2.8845430469, + -4.9050003336, + -2.7474316741, + -1.6930147231, + -1.9464306679, + -0.7507302543, + -1.0565488914, + -3.5677178123, + -1.8055868386, + -1.3740948973, + -2.7203785109, + -1.68999888, + -2.2914266649, + -3.4133182417, + 1.6228278208, + -1.212803682, + -1.2665147761, + -0.8108345822, + -0.6226735532, + 1.3484133563, + -0.1543830735, + -0.7384427849, + 0.0727835086, + -3.6127909532, + -0.52484856, + 3.0053390042, + 1.248744243, + 0.4525774397, + -0.1374732779, + 0.7084067136, + -1.3116009746, + -1.9873870587, + -1.4555852939, + 0.6550334495, + -0.8633308878, + 0.259757384, + -0.2792181262, + 0.0970819499, + -1.4784912355, + -1.5643310163, + -0.1120417082, + -2.7115775789, + -1.8749005428, + -2.2827337466, + -3.2707525227, + -3.2655013024, + -0.763694625, + -0.7573739042, + 0.3109746714, + 0.5657467782, + 0.4427234822, + -0.5928987658, + 0.3598305612, + 0.2859347754, + 0.698730761, + 0.8382571087, + -0.4142894615, + -1.1832546851, + 1.0387083823, + -3.7616868145, + -3.2920619163, + -4.607572506, + -1.7923744262, + -2.5094884481, + 2.6458743956, + -3.1945346213, + -1.5206052079, + -3.0007577017, + -1.6545045575, + -0.8148747906, + 0.7498869276 + ], + "MS:4000089": [ + 13, + 16, + 17, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 14, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 15, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 16, + 46, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 17, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 18, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 76, + 77, + 78, + 19, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 20, + 89, + 90, + 91, + 92, + 4, + 5, + 6, + 21, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 22, + 17, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 26, + 5, + 23, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 24, + 37, + 38, + 39, + 40, + 41, + 43, + 44, + 45, + 46, + 25, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 26, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 65, + 66, + 27, + 28, + 29, + 30, + 31, + 32, + 6, + 33, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 7, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 8, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 9, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 38, + 39, + 10, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 11, + 50, + 51, + 52, + 53, + 54, + 3, + 4, + 5, + 12, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "MS:4000088": [ + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7 + ] + } + }, + { + "accession": "MS:4000094", + "name": "batch-corrected identified MS1 feature area principal component analysis result", + "description": "A table with the PCA results of identified MS1 feature areas after batch-correction.", + "value": { + "MS:4000086": [ + "GCMS-ToF-sample-10", + "GCMS-ToF-sample-100", + "GCMS-ToF-sample-101", + "GCMS-ToF-sample-102", + "GCMS-ToF-sample-103", + "GCMS-ToF-sample-104", + "GCMS-ToF-sample-106", + "GCMS-ToF-sample-107", + "GCMS-ToF-sample-108", + "GCMS-ToF-sample-109", + "GCMS-ToF-sample-11", + "GCMS-ToF-sample-110", + "GCMS-ToF-sample-111", + "GCMS-ToF-sample-112", + "GCMS-ToF-sample-113", + "GCMS-ToF-sample-114", + "GCMS-ToF-sample-115", + "GCMS-ToF-sample-116", + "GCMS-ToF-sample-117", + "GCMS-ToF-sample-118", + "GCMS-ToF-sample-119", + "GCMS-ToF-sample-12", + "GCMS-ToF-sample-120", + "GCMS-ToF-sample-121", + "GCMS-ToF-sample-122", + "GCMS-ToF-sample-123", + "GCMS-ToF-sample-124", + "GCMS-ToF-sample-125", + "GCMS-ToF-sample-126", + "GCMS-ToF-sample-127", + "GCMS-ToF-sample-128", + "GCMS-ToF-sample-129", + "GCMS-ToF-sample-13", + "GCMS-ToF-sample-130", + "GCMS-ToF-sample-132", + "GCMS-ToF-sample-133", + "GCMS-ToF-sample-134", + "GCMS-ToF-sample-135", + "GCMS-ToF-sample-136", + "GCMS-ToF-sample-137", + "GCMS-ToF-sample-138", + "GCMS-ToF-sample-139", + "GCMS-ToF-sample-14", + "GCMS-ToF-sample-140", + "GCMS-ToF-sample-141", + "GCMS-ToF-sample-142", + "GCMS-ToF-sample-143", + "GCMS-ToF-sample-144", + "GCMS-ToF-sample-145", + "GCMS-ToF-sample-146", + "GCMS-ToF-sample-147", + "GCMS-ToF-sample-148", + "GCMS-ToF-sample-149", + "GCMS-ToF-sample-15", + "GCMS-ToF-sample-150", + "GCMS-ToF-sample-151", + "GCMS-ToF-sample-152", + "GCMS-ToF-sample-153", + "GCMS-ToF-sample-154", + "GCMS-ToF-sample-155", + "GCMS-ToF-sample-156", + "GCMS-ToF-sample-157", + "GCMS-ToF-sample-158", + "GCMS-ToF-sample-159", + "GCMS-ToF-sample-16", + "GCMS-ToF-sample-160", + "GCMS-ToF-sample-161", + "GCMS-ToF-sample-162", + "GCMS-ToF-sample-163", + "GCMS-ToF-sample-164", + "GCMS-ToF-sample-165", + "GCMS-ToF-sample-166", + "GCMS-ToF-sample-167", + "GCMS-ToF-sample-168", + "GCMS-ToF-sample-169", + "GCMS-ToF-sample-17", + "GCMS-ToF-sample-170", + "GCMS-ToF-sample-171", + "GCMS-ToF-sample-172", + "GCMS-ToF-sample-173", + "GCMS-ToF-sample-177", + "GCMS-ToF-sample-178", + "GCMS-ToF-sample-179", + "GCMS-ToF-sample-18", + "GCMS-ToF-sample-180", + "GCMS-ToF-sample-181", + "GCMS-ToF-sample-182", + "GCMS-ToF-sample-183", + "GCMS-ToF-sample-184", + "GCMS-ToF-sample-185", + "GCMS-ToF-sample-186", + "GCMS-ToF-sample-187", + "GCMS-ToF-sample-188", + "GCMS-ToF-sample-189", + "GCMS-ToF-sample-19", + "GCMS-ToF-sample-190", + "GCMS-ToF-sample-191", + "GCMS-ToF-sample-192", + "GCMS-ToF-sample-193", + "GCMS-ToF-sample-195", + "GCMS-ToF-sample-196", + "GCMS-ToF-sample-197", + "GCMS-ToF-sample-198", + "GCMS-ToF-sample-199", + "GCMS-ToF-sample-2", + "GCMS-ToF-sample-20", + "GCMS-ToF-sample-200", + "GCMS-ToF-sample-201", + "GCMS-ToF-sample-202", + "GCMS-ToF-sample-203", + "GCMS-ToF-sample-204", + "GCMS-ToF-sample-205", + "GCMS-ToF-sample-206", + "GCMS-ToF-sample-207", + "GCMS-ToF-sample-208", + "GCMS-ToF-sample-209", + "GCMS-ToF-sample-21", + "GCMS-ToF-sample-210", + "GCMS-ToF-sample-211", + "GCMS-ToF-sample-212", + "GCMS-ToF-sample-213", + "GCMS-ToF-sample-214", + "GCMS-ToF-sample-216", + "GCMS-ToF-sample-217", + "GCMS-ToF-sample-218", + "GCMS-ToF-sample-219", + "GCMS-ToF-sample-22", + "GCMS-ToF-sample-220", + "GCMS-ToF-sample-221", + "GCMS-ToF-sample-222", + "GCMS-ToF-sample-223", + "GCMS-ToF-sample-224", + "GCMS-ToF-sample-225", + "GCMS-ToF-sample-226", + "GCMS-ToF-sample-227", + "GCMS-ToF-sample-228", + "GCMS-ToF-sample-229", + "GCMS-ToF-sample-23", + "GCMS-ToF-sample-230", + "GCMS-ToF-sample-231", + "GCMS-ToF-sample-232", + "GCMS-ToF-sample-233", + "GCMS-ToF-sample-234", + "GCMS-ToF-sample-235", + "GCMS-ToF-sample-236", + "GCMS-ToF-sample-238", + "GCMS-ToF-sample-239", + "GCMS-ToF-sample-24", + "GCMS-ToF-sample-25", + "GCMS-ToF-sample-26", + "GCMS-ToF-sample-27", + "GCMS-ToF-sample-28", + "GCMS-ToF-sample-29", + "GCMS-ToF-sample-3", + "GCMS-ToF-sample-30", + "GCMS-ToF-sample-32", + "GCMS-ToF-sample-33", + "GCMS-ToF-sample-34", + "GCMS-ToF-sample-35", + "GCMS-ToF-sample-36", + "GCMS-ToF-sample-37", + "GCMS-ToF-sample-38", + "GCMS-ToF-sample-39", + "GCMS-ToF-sample-4", + "GCMS-ToF-sample-40", + "GCMS-ToF-sample-41", + "GCMS-ToF-sample-42", + "GCMS-ToF-sample-43", + "GCMS-ToF-sample-44", + "GCMS-ToF-sample-45", + "GCMS-ToF-sample-46", + "GCMS-ToF-sample-47", + "GCMS-ToF-sample-48", + "GCMS-ToF-sample-49", + "GCMS-ToF-sample-5", + "GCMS-ToF-sample-50", + "GCMS-ToF-sample-51", + "GCMS-ToF-sample-52", + "GCMS-ToF-sample-53", + "GCMS-ToF-sample-54", + "GCMS-ToF-sample-55", + "GCMS-ToF-sample-56", + "GCMS-ToF-sample-57", + "GCMS-ToF-sample-58", + "GCMS-ToF-sample-59", + "GCMS-ToF-sample-6", + "GCMS-ToF-sample-60", + "GCMS-ToF-sample-61", + "GCMS-ToF-sample-62", + "GCMS-ToF-sample-63", + "GCMS-ToF-sample-64", + "GCMS-ToF-sample-65", + "GCMS-ToF-sample-66", + "GCMS-ToF-sample-68", + "GCMS-ToF-sample-69", + "GCMS-ToF-sample-7", + "GCMS-ToF-sample-70", + "GCMS-ToF-sample-71", + "GCMS-ToF-sample-72", + "GCMS-ToF-sample-73", + "GCMS-ToF-sample-74", + "GCMS-ToF-sample-75", + "GCMS-ToF-sample-76", + "GCMS-ToF-sample-77", + "GCMS-ToF-sample-78", + "GCMS-ToF-sample-79", + "GCMS-ToF-sample-8", + "GCMS-ToF-sample-80", + "GCMS-ToF-sample-81", + "GCMS-ToF-sample-82", + "GCMS-ToF-sample-83", + "GCMS-ToF-sample-84", + "GCMS-ToF-sample-87", + "GCMS-ToF-sample-88", + "GCMS-ToF-sample-89", + "GCMS-ToF-sample-9", + "GCMS-ToF-sample-90", + "GCMS-ToF-sample-91", + "GCMS-ToF-sample-92", + "GCMS-ToF-sample-93", + "GCMS-ToF-sample-94", + "GCMS-ToF-sample-95", + "GCMS-ToF-sample-96", + "GCMS-ToF-sample-97", + "GCMS-ToF-sample-98", + "GCMS-ToF-sample-99" + ], + "MS:4000081": [ + -0.4378513055, + 0.041082478, + 5.464116568, + -2.5170450842, + -2.2467443001, + 1.5114070719, + -2.9367714347, + 3.9116434276, + -2.7525420608, + -2.8741997634, + 2.6678737668, + -5.8564664926, + -1.6158778315, + -0.4296995423, + 3.484763653, + 0.65780908, + -1.7556353045, + 3.3587306605, + -4.1336267166, + -1.0829195452, + 6.1093246709, + 3.2365509642, + -1.9073337654, + 1.8480410116, + -0.9120082382, + -1.3961692392, + 0.3663572444, + -4.0984995306, + 1.6911904515, + -2.537489125, + 0.0554987673, + 2.157232999, + 1.5590052126, + -2.0105560962, + -3.8669729111, + 2.442443533, + 0.0257336089, + -5.8225527674, + -0.658840166, + 6.7701376772, + 1.2039021879, + -3.0187050428, + -3.080167627, + 0.8882273613, + 1.0546549278, + 1.9072824274, + -1.5406110148, + -2.7158148441, + -1.9515231418, + -3.1094549946, + 0.6132912519, + 4.6168424356, + -9.972211437, + 9.1362679581, + 1.2654886545, + 4.5252633999, + 5.1441179442, + 0.4522944532, + -1.8446791466, + 1.7568127629, + 3.4731895411, + -11.87099136, + -9.0407907627, + -1.4293291326, + -9.0010592049, + -9.0157792208, + -5.0746514696, + -0.4824697336, + -2.4492364184, + -8.4216838626, + -8.7421767692, + -2.8095317268, + -10.0905645283, + -4.7153451225, + -0.563286697, + 2.7617063858, + -1.9282507281, + -2.4439936365, + 2.6533460926, + -0.5303231663, + 0.0064899967, + -2.3295274542, + 0.0255744654, + -2.9017425718, + 0.2141170122, + -4.0060592762, + -2.8466048294, + 0.0143802517, + -2.8217854572, + -4.8904157812, + -3.6625148218, + 0.0204135756, + 3.3421383475, + -1.3285635236, + 2.5726409784, + 0.3872013396, + 3.2254789773, + -1.035635092, + -0.4464157702, + -4.7390472231, + -2.4607345039, + 0.1704242508, + 8.7280268155, + -3.9441217989, + 0.7885290143, + -6.5496365923, + -1.0755269094, + -1.3010046824, + -1.8069211353, + -3.5672694777, + 6.5547236082, + 0.7002551007, + -2.3814976077, + 4.3279160587, + 1.2966525099, + 1.1530400353, + 2.0457761045, + 0.7549846898, + -2.0719153747, + -2.2287673518, + 3.2868276136, + -1.2842048009, + 3.3121386605, + -2.0662039993, + 4.2345873681, + -2.61252257, + 7.6573753, + 0.86915735, + -1.9615014628, + -1.502808324, + -2.4531740339, + 1.0478308929, + -4.1748942192, + -3.9703053705, + 3.6195961326, + -5.0416448983, + 0.6002809494, + -0.4168117818, + 1.8014023845, + -1.698495334, + 1.8711517636, + 4.2468122872, + -2.3337973463, + 1.9586966192, + -0.4244632071, + -0.300176847, + -3.0015338564, + -2.9098868246, + -2.1317490936, + 1.0828142454, + -2.9034507567, + -0.7265803707, + 1.6220390818, + 0.6538821382, + -1.4614343023, + 4.7810207761, + 5.0800516552, + 2.4473137962, + 0.6155423951, + 2.449675, + 0.4512195046, + 0.6411828913, + 3.1553749652, + -3.7229359038, + 6.7660919163, + 0.9349038349, + 0.4727624903, + 2.0070473024, + 3.821517156, + 8.7619887077, + 3.7256929603, + 0.8229886698, + 0.5872539508, + 0.2400366204, + -13.1906112335, + 2.8655348886, + 2.4310226939, + 6.0260507739, + 3.474656051, + 3.7311215873, + 7.4504069495, + 4.3779316014, + -1.3267222906, + 1.1293921318, + 0.6622162899, + -1.2929852974, + 1.1122695764, + 1.4758636504, + -0.7137133573, + 2.0449034912, + 2.9044737992, + -0.9229875491, + 6.0488400904, + 5.3424207059, + 2.9092566157, + 0.0544777924, + 6.116154629, + 2.6234142426, + 1.9229728466, + 4.1341671594, + 0.6841565383, + 1.2080016698, + -1.1255904585, + 0.917603306, + -1.1283258412, + 2.9241470744, + 0.3755561565, + -1.2672327806, + -4.3163977223, + -1.3075669162, + 0.4638421369, + -2.1460317494, + -0.7609973534, + 2.3254250385, + 1.394132967, + -1.5195500927, + 4.8755499459, + 2.5615357412, + -2.2870901527, + -1.4922096401, + -1.1441612399, + 3.81995057, + 2.667233168, + 0.9219544562, + -3.0005375919, + 7.3861383357 + ], + "MS:4000082": [ + -1.3379076029, + 2.0719734906, + 3.1049060343, + 3.3127157044, + 5.0615565266, + 2.7908657507, + 2.3936517704, + 1.0276344171, + 1.9679977328, + 2.2351909979, + -2.9678071337, + 2.209138944, + 1.9210804054, + -0.2461549887, + 0.2694083905, + 0.176255084, + 0.1730803977, + -1.4783277594, + -0.6193819755, + 2.2707998915, + -1.9088537706, + -0.6485595704, + -1.8920153612, + -0.686615099, + -0.5275727326, + -0.404001095, + 0.8851336587, + 1.8281364598, + 1.3733920425, + 0.2423167052, + 1.5249033503, + 1.0652377239, + -0.8025408455, + 1.8453642018, + -0.1431480914, + -2.4955245665, + 0.933369624, + 1.4692045251, + -1.5597705961, + -6.916177535, + -4.2948355626, + 1.2749366088, + -0.1953752674, + -4.3322718974, + -3.2815523593, + -8.0477410822, + -0.6674677681, + 1.4703122803, + 0.995077341, + 0.9785222102, + -1.8212919822, + -2.8687419127, + -3.9844657818, + -6.1121686247, + -0.2479498332, + -9.2882972636, + -2.5726247057, + -3.438251797, + -0.4542187246, + -2.7555829887, + -5.9018971096, + -4.4665092217, + 1.1380756896, + -0.108231004, + -6.4565087798, + 0.8294880415, + 0.2942234172, + -4.5886000874, + -6.1861594315, + -4.1396547809, + -2.8071262852, + -0.478432081, + -6.1483900166, + -2.2612696162, + -3.933606655, + -6.4906855417, + -3.418188562, + 1.1851223761, + -6.7200519158, + -5.9277297377, + 1.5003317913, + 0.4321048459, + -0.8024444842, + 3.031124503, + 0.9694366793, + 0.2954929729, + 2.5595403283, + 1.1930535424, + 0.2040604485, + 1.6839578283, + 1.1652331223, + 1.9311711594, + 0.0882582192, + -1.2654694929, + -4.5335128096, + 1.335684209, + 1.2214350039, + -2.7237786419, + 0.1819661676, + -1.5547847936, + 2.1326476993, + -0.2750604321, + -3.0443280594, + 3.1383128082, + 0.7666625101, + 1.2361743219, + -0.3711167586, + 1.5175039691, + -0.9680374807, + -1.4767542001, + -1.218777919, + 1.5925291707, + -1.3787004006, + -0.8518421092, + -0.1518077447, + -2.5070156234, + 0.5100553697, + 0.816049988, + 0.2315226015, + 3.4012566334, + -2.5959728091, + -0.1274050711, + -4.122275062, + 4.3479523523, + -3.9044659328, + 1.4884936476, + -7.7320900966, + -2.8513029493, + 0.4541060347, + 0.4251711443, + -1.1220565297, + 1.9810956414, + 2.221202802, + 0.3628010121, + -5.886267802, + 1.9575190242, + 3.5779387952, + -4.1597647551, + 1.4789408887, + 2.2812721974, + -1.1640809133, + -5.9989095906, + 0.8859351082, + -3.917673353, + 0.3101599968, + 1.4529993032, + 1.5893018825, + -3.6076738018, + 0.6228809327, + -0.23738206, + -1.1248147058, + -6.3417685239, + -0.3868937262, + -6.2494888171, + -5.5726460532, + 4.9464129, + 1.2279552099, + 3.1860466832, + 4.3024514676, + 3.6517453746, + 3.5151090696, + 4.2615630327, + 3.4765053967, + -1.7949332363, + 2.0202978014, + 3.465694328, + 6.2460406167, + 3.2905589926, + 3.6562665103, + 1.4306668951, + 4.1858225765, + 4.4611141782, + 7.7595545241, + 4.5925202225, + -9.6299186722, + 3.5684533564, + 3.0785991963, + 3.1946573447, + 3.3720927859, + 1.6601644132, + -0.8926129637, + 2.5086265749, + 3.9727229807, + 4.5573071802, + 5.0982050329, + -5.7971612802, + 3.1072784619, + 3.0907060158, + -0.2764551157, + 3.2390104229, + 0.3879459091, + 4.6157365447, + 1.8049342073, + 2.2495699835, + -0.3240157726, + 3.605356997, + -7.4091411511, + -3.5125230154, + -1.1991136609, + -3.5442291212, + 1.5515970856, + 4.5952204655, + 0.4002151087, + 2.5231662431, + 4.4932087495, + -5.7823782148, + 1.5075565512, + 1.0356087704, + 3.2425501131, + 2.3764675324, + 3.7683604197, + 3.6983434504, + 3.0736185004, + -3.1034754812, + -1.3764290055, + 2.7877967588, + 3.0194373505, + 3.6023532006, + 3.2837291292, + -9.30462028, + 2.5341222655, + 3.1770521982, + 1.6248571986, + 1.942014529, + 3.8521735705, + 3.4340567459 + ], + "MS:4000083": [ + 2.4957145183, + 2.0074886436, + 2.6374608754, + 2.1731512105, + -0.8959545146, + 0.9869374893, + -2.7596840496, + -0.5640314789, + -2.1238316989, + -1.9908895669, + 0.7741750115, + -3.3270561255, + 3.6282306061, + 0.5430933953, + -3.5315611798, + -1.3360157257, + 1.1792085054, + -0.4959336895, + -0.8143944797, + -3.2768883113, + 1.0458636829, + 2.5015161076, + -0.9185124094, + -3.8736948665, + -0.1513133801, + -3.7148424166, + -3.1034486854, + 0.1170204414, + -1.0862550909, + -4.7327062112, + -0.4303194795, + 0.3671203957, + -0.637353231, + -3.3783488796, + -1.1981402683, + -3.090490691, + -4.5609926703, + -4.0160177227, + -0.9549412309, + 0.2543208682, + 0.6622941669, + -3.9249669175, + 3.4979722778, + 1.7646972806, + -1.0952880801, + -0.9059870816, + -3.0246067928, + -0.1779912065, + -2.1226035533, + -5.0804847204, + -2.5325519167, + -0.8828685096, + -4.8193021206, + 4.2683258616, + -0.6045771501, + 0.1652839399, + -1.6991338784, + -4.5762188927, + -1.9645375555, + -2.408307654, + -0.5581874135, + 8.2167438299, + 4.5442332576, + 1.9835065076, + 0.3629029612, + 2.4538303576, + 4.8883129375, + 0.4343879146, + 2.1394178724, + 6.2548210554, + 6.5829641594, + 0.7728421224, + 6.6507314005, + 1.7233719998, + 2.4279788291, + 3.4202173175, + 1.7165883469, + 0.5363129383, + -0.5169271166, + 3.0750268598, + -3.8744723944, + -4.4049781756, + -1.2638229321, + 0.2423303965, + -1.3724001151, + 0.2998041516, + -1.3411994279, + 2.1596911161, + -0.632673901, + -3.2814778604, + -0.3957967833, + 0.7045631122, + -1.8913569467, + -4.156895368, + 2.9137878558, + -2.6335896275, + -2.7477910403, + -0.4913111832, + -5.1170942262, + -2.9656339042, + -0.2830553914, + 1.1746551117, + 1.109078485, + -2.0627048573, + -1.4034050665, + -1.6954253242, + 1.2203905797, + -4.0073248527, + -1.7590872327, + -0.3987362574, + 2.5657370383, + -0.6406674419, + 0.2579806594, + -2.6418803239, + -2.5860747604, + 0.2467403482, + -1.5511996136, + -2.9533278215, + 0.208685287, + -0.6502873008, + -3.635492391, + -2.1980690461, + -1.1564972558, + 0.6198573278, + -1.3618244764, + -1.145050593, + 1.2302456378, + -0.2915731293, + -4.251198076, + 2.3545453616, + 1.7172280808, + -3.2995350499, + -0.7995541195, + 1.3437913621, + -4.9306440561, + -1.1273369625, + -0.0138454403, + -3.0669806975, + -1.9891840991, + -1.6862502693, + -3.1030090876, + -4.0581399493, + -2.3480802651, + -3.5199708019, + -1.6338121708, + -0.7346138456, + 0.5226384718, + 1.5343376131, + 1.7455506833, + 1.1097149148, + -2.6336158542, + 1.7537510583, + 0.1604048335, + -0.3799264297, + 2.7550080697, + 2.2418981518, + -1.0797679942, + 2.3964273035, + 3.9882784162, + 1.3693138793, + 3.4528718676, + 3.2730234918, + 2.8797752094, + 2.4232529015, + 1.5420652467, + 0.9751378053, + 2.3210265502, + 1.6608803687, + 4.4810281367, + -0.251080149, + 1.0162953253, + 0.0478008416, + 4.3114903537, + -0.0068791982, + 0.9620544079, + 0.7333216603, + 4.0700027927, + 1.5787251002, + 1.8854166642, + 1.3123301139, + 1.2150299149, + -0.3149245711, + -1.9452021606, + -2.0961890933, + -1.5387466529, + 2.2925553411, + 4.5739963955, + -0.2017113882, + -3.4252906544, + 0.3536913304, + -1.4535552361, + 1.4528576753, + 3.2759882987, + -0.6956253987, + -0.0796139642, + -1.3697713372, + 1.4198960104, + 2.4175197225, + 1.5833561712, + -0.1734877564, + 1.7652088476, + 1.5051705315, + 3.8903428675, + 2.7505813964, + -1.3839037637, + -0.5081976835, + 2.8975726333, + 1.4056386568, + -2.7695698409, + 3.2504583933, + 0.0279458077, + -2.3074591717, + 0.0848698012, + 0.3387132971, + 1.3898673386, + 0.6248216307, + 2.1264397921, + -0.6485744258, + 2.5748094095, + -0.2773458551, + 1.205802744, + 2.7392685119, + 0.9230962545, + 5.288044991, + -0.163433963, + 3.6158192131 + ], + "MS:4000084": [ + 2.195431331, + -1.3532219705, + 1.9931159041, + 2.5961630636, + 0.9530679607, + -0.2734641895, + 1.2545210244, + 2.5017364639, + 2.1514700127, + -0.731191396, + 2.7516094323, + 0.7308246607, + -0.9494404658, + 0.6821250594, + 1.0171073323, + 2.2627866425, + 4.1188816485, + -2.1859008012, + -2.7166489209, + -0.8720589315, + -3.0744738266, + -0.603514218, + 2.3489501002, + 1.3082763172, + 3.5897912325, + 3.252842663, + -0.8413126644, + 1.694962345, + 0.1158978071, + -0.8719516031, + -0.0420177893, + 0.4510937558, + -1.1495189652, + 1.5705745871, + -1.976087723, + 0.653739155, + -0.0460214785, + 0.7669453133, + -1.700174911, + -0.3312395241, + 3.0013627015, + -0.2066454142, + 4.9492090311, + 1.0300564203, + 1.4106921095, + 0.1455162863, + 0.3717801627, + 2.108396633, + 2.3058380665, + -0.417233287, + -0.0044438669, + 0.1710926892, + 0.2968872168, + 0.1680708033, + 1.2607357549, + -0.447247469, + 0.4228200028, + 0.5682139452, + 2.2399483153, + 0.8285719646, + 0.3195439123, + -4.4820251146, + -1.2810108857, + -2.0160152282, + 3.0268043351, + -0.6108371106, + -5.2356687377, + -5.306149341, + -0.2147288809, + -4.3298954848, + -4.2390072598, + -2.6606679086, + -2.7359195875, + -0.3056741535, + 0.1670554728, + 3.3497616347, + 3.2077390825, + -1.1934835837, + -0.8789676751, + -2.9464727168, + -1.9292685625, + -0.7956991305, + -2.6566539295, + 1.3208364855, + -1.9428302262, + 1.8839610243, + -0.0151782321, + -2.5642092899, + -3.6517793421, + -0.1767410294, + 2.5877515067, + 1.1098872592, + -0.4862789263, + -0.0218326317, + 3.3501898597, + -1.0763781944, + -3.1758126434, + -0.0256881161, + -1.9991932732, + -2.0939639085, + 0.7499526294, + -3.3538733269, + -2.5780905018, + 0.2246029092, + -0.5726355937, + 0.6797636459, + -3.1482652753, + -2.1360337719, + 1.604108122, + -3.2481051179, + -2.4630120834, + 0.9306009763, + 2.8385207816, + -3.1341005764, + 0.1454539052, + 3.5412146988, + 1.6826624283, + -1.8358612912, + -2.419100393, + 1.0324323783, + 0.1302489885, + -1.9776583132, + 0.0001551262, + -0.4749897859, + -1.7830773066, + 3.8395396115, + 2.4471943828, + 0.0280222451, + -2.6478957724, + -1.3254911318, + -1.2211593698, + -1.6101763107, + 1.2932235054, + -1.0986716037, + -1.6789134325, + 3.2913021113, + -0.895747407, + 1.0838053264, + -1.4195026335, + -1.1966902043, + -1.1929152531, + 0.6419203196, + -1.0861287837, + -1.1274241757, + -1.7984918519, + 1.2908540719, + 3.772733993, + 6.319967004, + -0.8071815624, + 1.044465935, + -1.4399304218, + -1.6890237359, + -1.6755246656, + 3.1209805809, + -0.1825951775, + -1.6711905951, + -1.1373061905, + 2.7573414589, + -3.4544284207, + 1.1029710009, + -3.5934352146, + -0.3979149141, + 4.9178739713, + 3.3750915272, + -1.8895587051, + 0.4933040834, + 1.6017264971, + -0.5594769143, + 2.2117335743, + -5.6144870202, + 0.3339808325, + -0.1711895834, + -0.2118703367, + -0.7916537523, + 1.3198945894, + -0.551837357, + -2.1938459595, + -1.3543824313, + 0.9881644094, + 0.5433161205, + -6.0921839498, + -3.4692251242, + -1.4887015549, + -0.969704319, + -1.0833097386, + 4.5862012814, + 0.8735391608, + 2.3645791465, + -1.1424748052, + 1.4296170418, + -2.5553033707, + -0.3881607806, + 0.8227565695, + 1.1588141363, + 0.9346886384, + -0.6850227548, + 2.3842052017, + 4.4869705923, + 2.04645455, + 2.7308931268, + 4.5547675513, + 3.50058839, + 0.526601187, + 0.6314009774, + 0.7385378771, + 0.054348705, + -2.2820172732, + -2.3827273597, + -0.0273213631, + -2.3254757903, + -0.1519939499, + 0.7558087613, + 0.9733534114, + -4.6021756329, + 2.7551879396, + 1.6921222734, + 1.8599463478, + -0.5839340904, + -1.3296491659, + -3.3684357975, + 2.7892139879, + 1.8920788228, + 2.0080614189, + 1.1811616406, + 0.1593662527, + -0.2545236535 + ], + "MS:4000085": [ + 0.7936133863, + -0.1016825037, + -0.9434314272, + 2.1256690637, + 0.4828090625, + 0.2060444257, + 1.2003500771, + -2.8724091141, + 0.7083640251, + -1.8436056397, + -0.6202336955, + 0.0973173418, + -0.6343095274, + 0.6465408919, + -3.1107084108, + 1.2979755672, + 0.6606078372, + -0.5421965031, + -2.189299127, + -1.6263474688, + 5.8122486186, + -1.1455417155, + 1.2322575189, + -2.3880191706, + -0.8105127052, + 0.9254795644, + -0.4210855287, + 1.0080335861, + 2.1650059657, + -1.7369119354, + 1.5108264395, + 2.2039590213, + -0.9059696872, + 2.4696984016, + -1.9045550608, + -2.4932640533, + -0.0735381158, + -1.6928605793, + 0.4028974598, + -2.3199468772, + -0.6408873529, + -1.6214351604, + 1.5583967926, + 3.6803433318, + 0.5293773511, + 1.6490429451, + 1.7043296125, + 0.4413186762, + -1.0202548784, + -2.9993314355, + 2.7037429213, + -3.1711651222, + -0.3375453118, + 1.2030663794, + 0.6092362235, + -3.0238337745, + -3.24451236, + -2.9151712745, + -0.8462665739, + -1.3887939478, + -2.4019991087, + -2.8549946322, + -2.4971242139, + 2.2058970812, + -2.0720480243, + -0.745088304, + 0.802811039, + 2.2204551055, + 0.7474071022, + -0.2073724657, + -1.265522967, + 2.2598053675, + -1.4798382351, + 2.356843199, + 1.1831371888, + -0.8837520045, + 3.1257160919, + 1.4961247648, + 1.2836661538, + 3.5433330002, + 1.1610773349, + 0.3549754262, + 1.5771923432, + -1.4247271715, + 2.422142647, + 2.3522021959, + 1.4395487094, + 0.5965463122, + 1.0429240094, + 0.5479728602, + 3.2408534702, + 3.1286252619, + 0.4494673407, + 0.4480774838, + -0.1358497416, + 1.5928213181, + 1.8261719093, + 4.8701456375, + 1.2790790173, + -0.0340915792, + 1.2716643582, + 2.6023167205, + 5.0374017877, + 1.7465450771, + -2.128221097, + -2.296085599, + 0.8265495931, + 1.0913434242, + 1.8805240448, + 0.846730626, + 6.2851167635, + 5.0553980912, + 1.9889673903, + 1.7356722558, + 2.796018411, + 3.965661321, + -3.4609046845, + 1.1836794352, + 1.1763180333, + 0.784862066, + 0.5722213197, + 1.0886217391, + 2.531784889, + -2.2138926443, + 0.9282143902, + 3.4925148592, + -3.3086845991, + 2.4118398042, + 1.1568952992, + 1.5328053821, + 0.66674825, + 0.6041233359, + 1.0346500612, + 0.3605480765, + -1.020526488, + 2.017511698, + 1.2963932262, + -4.4340469021, + 2.842918217, + 0.3407099848, + 0.6090398764, + -0.3433628451, + 1.4463538353, + 0.7403584849, + 1.8634983811, + 2.1495408385, + 2.3372611178, + 0.2321462359, + -1.4024962087, + -0.6478837034, + -1.6404307486, + -2.3851842157, + -3.1598739045, + -3.2442509345, + -0.6841745169, + -1.4034202266, + -2.6459932345, + -0.9261340835, + -2.0916499965, + -3.5708349147, + -2.4101362538, + -2.4164875943, + 0.7358129281, + -1.3595121247, + -2.4260316353, + 0.3310799565, + 0.9438634376, + -0.0827138476, + -1.5730370333, + 1.0178657627, + 0.8032922363, + -2.3829499046, + -1.6139480621, + -0.8476386067, + -2.4298448039, + -2.5752977921, + -1.5925186964, + 1.6391163569, + -2.8682223307, + 0.9849015568, + -0.8192273657, + -2.6664936326, + -1.1458636308, + -2.2354698351, + -1.2863782923, + -0.0374863639, + 1.2681868528, + -0.3425102991, + -1.9219791807, + 1.4087534398, + -1.2799802084, + -0.6609310593, + -1.0734018981, + -4.6211985169, + -0.5818697712, + -3.2032179002, + -3.3021417957, + 0.7338586957, + -1.204879216, + -1.4444063684, + -1.2105673201, + 0.7559334384, + 0.882304868, + 0.3843614495, + -1.712881227, + 1.4263226542, + -2.0395293128, + -1.4397519177, + -2.1899152858, + -1.28377102, + -0.5304242252, + -0.649329639, + 0.5181501345, + -1.0241528745, + 1.1294842711, + 0.0682737117, + -2.2468583823, + -1.3129379826, + -0.1194620959, + -1.9260972443, + 0.5521305398, + -0.2539498267, + -0.3628482935, + 0.5886748369, + -0.8492553328, + 3.8661843459 + ], + "MS:4000089": [ + 13, + 16, + 17, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 14, + 26, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 15, + 36, + 37, + 38, + 39, + 40, + 41, + 42, + 43, + 44, + 45, + 16, + 46, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 17, + 56, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 64, + 65, + 18, + 66, + 67, + 68, + 69, + 70, + 71, + 72, + 76, + 77, + 78, + 19, + 79, + 80, + 81, + 82, + 83, + 84, + 85, + 86, + 87, + 88, + 20, + 89, + 90, + 91, + 92, + 4, + 5, + 6, + 21, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 22, + 17, + 18, + 19, + 20, + 22, + 23, + 24, + 25, + 26, + 5, + 23, + 27, + 28, + 29, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 24, + 37, + 38, + 39, + 40, + 41, + 43, + 44, + 45, + 46, + 25, + 47, + 48, + 49, + 50, + 51, + 52, + 53, + 54, + 55, + 56, + 26, + 57, + 58, + 59, + 60, + 61, + 62, + 63, + 65, + 66, + 27, + 28, + 29, + 30, + 31, + 32, + 6, + 33, + 2, + 3, + 4, + 5, + 6, + 7, + 8, + 9, + 7, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 8, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 9, + 30, + 31, + 32, + 33, + 34, + 35, + 36, + 38, + 39, + 10, + 40, + 41, + 42, + 43, + 44, + 45, + 46, + 47, + 48, + 49, + 11, + 50, + 51, + 52, + 53, + 54, + 3, + 4, + 5, + 12, + 6, + 7, + 8, + 9, + 10, + 11, + 12, + 13, + 14, + 15 + ], + "MS:4000088": [ + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 10, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 5, + 4, + 5, + 5, + 5, + 5, + 5, + 7, + 7, + 7, + 4, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7, + 7 + ] + } + } + ] + } + ], + "controlledVocabularies": [ + { + "name": "Proteomics Standards Initiative Mass Spectrometry Ontology", + "uri": "https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.157/psi-ms.obo", + "version": "4.1.157" + } + ] + } +} diff --git a/specification_documents/examples/intro_qc2.mzQC b/specification_documents/examples/example_qc2_longitudinal.mzQC similarity index 100% rename from specification_documents/examples/intro_qc2.mzQC rename to specification_documents/examples/example_qc2_longitudinal.mzQC diff --git a/specification_documents/examples/metabo-batches.mzQC b/specification_documents/examples/metabo-batches.mzQC deleted file mode 100644 index 98f1133..0000000 --- a/specification_documents/examples/metabo-batches.mzQC +++ /dev/null @@ -1,18615 +0,0 @@ -{"mzQC": -{ - "creationDate": "2020-12-09T11:04:16Z", - "version": "1.0.0", - "contactName": "Mathias Walzer", - "contactAddress": "walzer@ebi.ac.uk", - "description": "This is a metabolomics batch-correction use-case study for mzQC using the method described in 'Improved batch correction in untargeted MS-based metabolomics' by Wehrens, et al.(2016) [https://doi.org/10.1007%2Fs11306-016-1015-8]. The data comes from set3 of the supplementary material.", - "runQualities": [ - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-10.mzML", - "name": "GCMS-ToF-sample-10", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-10.mztab", - "name": "GCMS-ToF-sample-10", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-100.mzML", - "name": "GCMS-ToF-sample-100", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-100.mztab", - "name": "GCMS-ToF-sample-100", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-101.mzML", - "name": "GCMS-ToF-sample-101", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-101.mztab", - "name": "GCMS-ToF-sample-101", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-102.mzML", - "name": "GCMS-ToF-sample-102", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-102.mztab", - "name": "GCMS-ToF-sample-102", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-103.mzML", - "name": "GCMS-ToF-sample-103", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-103.mztab", - "name": "GCMS-ToF-sample-103", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-104.mzML", - "name": "GCMS-ToF-sample-104", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-104.mztab", - "name": "GCMS-ToF-sample-104", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-106.mzML", - "name": "GCMS-ToF-sample-106", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-106.mztab", - "name": "GCMS-ToF-sample-106", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-107.mzML", - "name": "GCMS-ToF-sample-107", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-107.mztab", - "name": "GCMS-ToF-sample-107", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-108.mzML", - "name": "GCMS-ToF-sample-108", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-108.mztab", - "name": "GCMS-ToF-sample-108", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-109.mzML", - "name": "GCMS-ToF-sample-109", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-109.mztab", - "name": "GCMS-ToF-sample-109", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-11.mzML", - "name": "GCMS-ToF-sample-11", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-11.mztab", - "name": "GCMS-ToF-sample-11", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-110.mzML", - "name": "GCMS-ToF-sample-110", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-110.mztab", - "name": "GCMS-ToF-sample-110", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-111.mzML", - "name": "GCMS-ToF-sample-111", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-111.mztab", - "name": "GCMS-ToF-sample-111", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-112.mzML", - "name": "GCMS-ToF-sample-112", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-112.mztab", - "name": "GCMS-ToF-sample-112", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-113.mzML", - "name": "GCMS-ToF-sample-113", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-113.mztab", - "name": "GCMS-ToF-sample-113", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 69, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-114.mzML", - "name": "GCMS-ToF-sample-114", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-114.mztab", - "name": "GCMS-ToF-sample-114", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-115.mzML", - "name": "GCMS-ToF-sample-115", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-115.mztab", - "name": "GCMS-ToF-sample-115", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-116.mzML", - "name": "GCMS-ToF-sample-116", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-116.mztab", - "name": "GCMS-ToF-sample-116", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-117.mzML", - "name": "GCMS-ToF-sample-117", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-117.mztab", - "name": "GCMS-ToF-sample-117", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-118.mzML", - "name": "GCMS-ToF-sample-118", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-118.mztab", - "name": "GCMS-ToF-sample-118", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-119.mzML", - "name": "GCMS-ToF-sample-119", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-119.mztab", - "name": "GCMS-ToF-sample-119", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-12.mzML", - "name": "GCMS-ToF-sample-12", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-12.mztab", - "name": "GCMS-ToF-sample-12", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-120.mzML", - "name": "GCMS-ToF-sample-120", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-120.mztab", - "name": "GCMS-ToF-sample-120", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-121.mzML", - "name": "GCMS-ToF-sample-121", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-121.mztab", - "name": "GCMS-ToF-sample-121", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-122.mzML", - "name": "GCMS-ToF-sample-122", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-122.mztab", - "name": "GCMS-ToF-sample-122", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-123.mzML", - "name": "GCMS-ToF-sample-123", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-123.mztab", - "name": "GCMS-ToF-sample-123", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-124.mzML", - "name": "GCMS-ToF-sample-124", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-124.mztab", - "name": "GCMS-ToF-sample-124", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-125.mzML", - "name": "GCMS-ToF-sample-125", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-125.mztab", - "name": "GCMS-ToF-sample-125", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-126.mzML", - "name": "GCMS-ToF-sample-126", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-126.mztab", - "name": "GCMS-ToF-sample-126", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-127.mzML", - "name": "GCMS-ToF-sample-127", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-127.mztab", - "name": "GCMS-ToF-sample-127", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-128.mzML", - "name": "GCMS-ToF-sample-128", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-128.mztab", - "name": "GCMS-ToF-sample-128", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-129.mzML", - "name": "GCMS-ToF-sample-129", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-129.mztab", - "name": "GCMS-ToF-sample-129", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-13.mzML", - "name": "GCMS-ToF-sample-13", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-13.mztab", - "name": "GCMS-ToF-sample-13", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-130.mzML", - "name": "GCMS-ToF-sample-130", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-130.mztab", - "name": "GCMS-ToF-sample-130", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-132.mzML", - "name": "GCMS-ToF-sample-132", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-132.mztab", - "name": "GCMS-ToF-sample-132", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-133.mzML", - "name": "GCMS-ToF-sample-133", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-133.mztab", - "name": "GCMS-ToF-sample-133", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-134.mzML", - "name": "GCMS-ToF-sample-134", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-134.mztab", - "name": "GCMS-ToF-sample-134", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-135.mzML", - "name": "GCMS-ToF-sample-135", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-135.mztab", - "name": "GCMS-ToF-sample-135", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-136.mzML", - "name": "GCMS-ToF-sample-136", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-136.mztab", - "name": "GCMS-ToF-sample-136", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-137.mzML", - "name": "GCMS-ToF-sample-137", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-137.mztab", - "name": "GCMS-ToF-sample-137", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-138.mzML", - "name": "GCMS-ToF-sample-138", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-138.mztab", - "name": "GCMS-ToF-sample-138", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-139.mzML", - "name": "GCMS-ToF-sample-139", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-139.mztab", - "name": "GCMS-ToF-sample-139", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-14.mzML", - "name": "GCMS-ToF-sample-14", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-14.mztab", - "name": "GCMS-ToF-sample-14", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 53, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-140.mzML", - "name": "GCMS-ToF-sample-140", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-140.mztab", - "name": "GCMS-ToF-sample-140", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-141.mzML", - "name": "GCMS-ToF-sample-141", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-141.mztab", - "name": "GCMS-ToF-sample-141", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-142.mzML", - "name": "GCMS-ToF-sample-142", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-142.mztab", - "name": "GCMS-ToF-sample-142", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-143.mzML", - "name": "GCMS-ToF-sample-143", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-143.mztab", - "name": "GCMS-ToF-sample-143", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-144.mzML", - "name": "GCMS-ToF-sample-144", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-144.mztab", - "name": "GCMS-ToF-sample-144", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-145.mzML", - "name": "GCMS-ToF-sample-145", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-145.mztab", - "name": "GCMS-ToF-sample-145", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-146.mzML", - "name": "GCMS-ToF-sample-146", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-146.mztab", - "name": "GCMS-ToF-sample-146", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-147.mzML", - "name": "GCMS-ToF-sample-147", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-147.mztab", - "name": "GCMS-ToF-sample-147", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-148.mzML", - "name": "GCMS-ToF-sample-148", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-148.mztab", - "name": "GCMS-ToF-sample-148", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-149.mzML", - "name": "GCMS-ToF-sample-149", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-149.mztab", - "name": "GCMS-ToF-sample-149", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-15.mzML", - "name": "GCMS-ToF-sample-15", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-15.mztab", - "name": "GCMS-ToF-sample-15", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 55, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-150.mzML", - "name": "GCMS-ToF-sample-150", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-150.mztab", - "name": "GCMS-ToF-sample-150", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-151.mzML", - "name": "GCMS-ToF-sample-151", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-151.mztab", - "name": "GCMS-ToF-sample-151", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-152.mzML", - "name": "GCMS-ToF-sample-152", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-152.mztab", - "name": "GCMS-ToF-sample-152", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-153.mzML", - "name": "GCMS-ToF-sample-153", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-153.mztab", - "name": "GCMS-ToF-sample-153", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-154.mzML", - "name": "GCMS-ToF-sample-154", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-154.mztab", - "name": "GCMS-ToF-sample-154", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-155.mzML", - "name": "GCMS-ToF-sample-155", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-155.mztab", - "name": "GCMS-ToF-sample-155", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-156.mzML", - "name": "GCMS-ToF-sample-156", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-156.mztab", - "name": "GCMS-ToF-sample-156", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-157.mzML", - "name": "GCMS-ToF-sample-157", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-157.mztab", - "name": "GCMS-ToF-sample-157", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 46, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-158.mzML", - "name": "GCMS-ToF-sample-158", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-158.mztab", - "name": "GCMS-ToF-sample-158", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 52, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-159.mzML", - "name": "GCMS-ToF-sample-159", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-159.mztab", - "name": "GCMS-ToF-sample-159", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-16.mzML", - "name": "GCMS-ToF-sample-16", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-16.mztab", - "name": "GCMS-ToF-sample-16", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 49, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-160.mzML", - "name": "GCMS-ToF-sample-160", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-160.mztab", - "name": "GCMS-ToF-sample-160", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-161.mzML", - "name": "GCMS-ToF-sample-161", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-161.mztab", - "name": "GCMS-ToF-sample-161", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-162.mzML", - "name": "GCMS-ToF-sample-162", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-162.mztab", - "name": "GCMS-ToF-sample-162", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-163.mzML", - "name": "GCMS-ToF-sample-163", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-163.mztab", - "name": "GCMS-ToF-sample-163", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-164.mzML", - "name": "GCMS-ToF-sample-164", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-164.mztab", - "name": "GCMS-ToF-sample-164", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 54, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-165.mzML", - "name": "GCMS-ToF-sample-165", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-165.mztab", - "name": "GCMS-ToF-sample-165", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 53, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-166.mzML", - "name": "GCMS-ToF-sample-166", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-166.mztab", - "name": "GCMS-ToF-sample-166", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-167.mzML", - "name": "GCMS-ToF-sample-167", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-167.mztab", - "name": "GCMS-ToF-sample-167", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 50, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-168.mzML", - "name": "GCMS-ToF-sample-168", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-168.mztab", - "name": "GCMS-ToF-sample-168", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-169.mzML", - "name": "GCMS-ToF-sample-169", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-169.mztab", - "name": "GCMS-ToF-sample-169", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-17.mzML", - "name": "GCMS-ToF-sample-17", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-17.mztab", - "name": "GCMS-ToF-sample-17", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-170.mzML", - "name": "GCMS-ToF-sample-170", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-170.mztab", - "name": "GCMS-ToF-sample-170", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-171.mzML", - "name": "GCMS-ToF-sample-171", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-171.mztab", - "name": "GCMS-ToF-sample-171", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-172.mzML", - "name": "GCMS-ToF-sample-172", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-172.mztab", - "name": "GCMS-ToF-sample-172", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-173.mzML", - "name": "GCMS-ToF-sample-173", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-173.mztab", - "name": "GCMS-ToF-sample-173", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-177.mzML", - "name": "GCMS-ToF-sample-177", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-177.mztab", - "name": "GCMS-ToF-sample-177", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-178.mzML", - "name": "GCMS-ToF-sample-178", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-178.mztab", - "name": "GCMS-ToF-sample-178", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-179.mzML", - "name": "GCMS-ToF-sample-179", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-179.mztab", - "name": "GCMS-ToF-sample-179", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-18.mzML", - "name": "GCMS-ToF-sample-18", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-18.mztab", - "name": "GCMS-ToF-sample-18", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-180.mzML", - "name": "GCMS-ToF-sample-180", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-180.mztab", - "name": "GCMS-ToF-sample-180", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-181.mzML", - "name": "GCMS-ToF-sample-181", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-181.mztab", - "name": "GCMS-ToF-sample-181", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-182.mzML", - "name": "GCMS-ToF-sample-182", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-182.mztab", - "name": "GCMS-ToF-sample-182", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-183.mzML", - "name": "GCMS-ToF-sample-183", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-183.mztab", - "name": "GCMS-ToF-sample-183", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-184.mzML", - "name": "GCMS-ToF-sample-184", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-184.mztab", - "name": "GCMS-ToF-sample-184", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-185.mzML", - "name": "GCMS-ToF-sample-185", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-185.mztab", - "name": "GCMS-ToF-sample-185", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-186.mzML", - "name": "GCMS-ToF-sample-186", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-186.mztab", - "name": "GCMS-ToF-sample-186", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-187.mzML", - "name": "GCMS-ToF-sample-187", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-187.mztab", - "name": "GCMS-ToF-sample-187", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-188.mzML", - "name": "GCMS-ToF-sample-188", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-188.mztab", - "name": "GCMS-ToF-sample-188", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 69, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-189.mzML", - "name": "GCMS-ToF-sample-189", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-189.mztab", - "name": "GCMS-ToF-sample-189", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-19.mzML", - "name": "GCMS-ToF-sample-19", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-19.mztab", - "name": "GCMS-ToF-sample-19", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-190.mzML", - "name": "GCMS-ToF-sample-190", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-190.mztab", - "name": "GCMS-ToF-sample-190", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-191.mzML", - "name": "GCMS-ToF-sample-191", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-191.mztab", - "name": "GCMS-ToF-sample-191", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-192.mzML", - "name": "GCMS-ToF-sample-192", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-192.mztab", - "name": "GCMS-ToF-sample-192", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-193.mzML", - "name": "GCMS-ToF-sample-193", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-193.mztab", - "name": "GCMS-ToF-sample-193", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 70, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-195.mzML", - "name": "GCMS-ToF-sample-195", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-195.mztab", - "name": "GCMS-ToF-sample-195", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-196.mzML", - "name": "GCMS-ToF-sample-196", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-196.mztab", - "name": "GCMS-ToF-sample-196", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-197.mzML", - "name": "GCMS-ToF-sample-197", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-197.mztab", - "name": "GCMS-ToF-sample-197", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-198.mzML", - "name": "GCMS-ToF-sample-198", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-198.mztab", - "name": "GCMS-ToF-sample-198", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-199.mzML", - "name": "GCMS-ToF-sample-199", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-199.mztab", - "name": "GCMS-ToF-sample-199", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-2.mzML", - "name": "GCMS-ToF-sample-2", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-2.mztab", - "name": "GCMS-ToF-sample-2", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-20.mzML", - "name": "GCMS-ToF-sample-20", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-20.mztab", - "name": "GCMS-ToF-sample-20", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-200.mzML", - "name": "GCMS-ToF-sample-200", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-200.mztab", - "name": "GCMS-ToF-sample-200", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-201.mzML", - "name": "GCMS-ToF-sample-201", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-201.mztab", - "name": "GCMS-ToF-sample-201", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-202.mzML", - "name": "GCMS-ToF-sample-202", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-202.mztab", - "name": "GCMS-ToF-sample-202", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-203.mzML", - "name": "GCMS-ToF-sample-203", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-203.mztab", - "name": "GCMS-ToF-sample-203", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-204.mzML", - "name": "GCMS-ToF-sample-204", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-204.mztab", - "name": "GCMS-ToF-sample-204", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-205.mzML", - "name": "GCMS-ToF-sample-205", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-205.mztab", - "name": "GCMS-ToF-sample-205", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-206.mzML", - "name": "GCMS-ToF-sample-206", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-206.mztab", - "name": "GCMS-ToF-sample-206", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-207.mzML", - "name": "GCMS-ToF-sample-207", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-207.mztab", - "name": "GCMS-ToF-sample-207", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-208.mzML", - "name": "GCMS-ToF-sample-208", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-208.mztab", - "name": "GCMS-ToF-sample-208", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 69, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-209.mzML", - "name": "GCMS-ToF-sample-209", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-209.mztab", - "name": "GCMS-ToF-sample-209", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-21.mzML", - "name": "GCMS-ToF-sample-21", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-21.mztab", - "name": "GCMS-ToF-sample-21", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-210.mzML", - "name": "GCMS-ToF-sample-210", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-210.mztab", - "name": "GCMS-ToF-sample-210", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-211.mzML", - "name": "GCMS-ToF-sample-211", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-211.mztab", - "name": "GCMS-ToF-sample-211", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-212.mzML", - "name": "GCMS-ToF-sample-212", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-212.mztab", - "name": "GCMS-ToF-sample-212", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-213.mzML", - "name": "GCMS-ToF-sample-213", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-213.mztab", - "name": "GCMS-ToF-sample-213", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 70, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-214.mzML", - "name": "GCMS-ToF-sample-214", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-214.mztab", - "name": "GCMS-ToF-sample-214", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-216.mzML", - "name": "GCMS-ToF-sample-216", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-216.mztab", - "name": "GCMS-ToF-sample-216", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-217.mzML", - "name": "GCMS-ToF-sample-217", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-217.mztab", - "name": "GCMS-ToF-sample-217", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-218.mzML", - "name": "GCMS-ToF-sample-218", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-218.mztab", - "name": "GCMS-ToF-sample-218", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 69, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-219.mzML", - "name": "GCMS-ToF-sample-219", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-219.mztab", - "name": "GCMS-ToF-sample-219", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-22.mzML", - "name": "GCMS-ToF-sample-22", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-22.mztab", - "name": "GCMS-ToF-sample-22", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-220.mzML", - "name": "GCMS-ToF-sample-220", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-220.mztab", - "name": "GCMS-ToF-sample-220", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-221.mzML", - "name": "GCMS-ToF-sample-221", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-221.mztab", - "name": "GCMS-ToF-sample-221", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-222.mzML", - "name": "GCMS-ToF-sample-222", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-222.mztab", - "name": "GCMS-ToF-sample-222", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-223.mzML", - "name": "GCMS-ToF-sample-223", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-223.mztab", - "name": "GCMS-ToF-sample-223", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-224.mzML", - "name": "GCMS-ToF-sample-224", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-224.mztab", - "name": "GCMS-ToF-sample-224", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-225.mzML", - "name": "GCMS-ToF-sample-225", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-225.mztab", - "name": "GCMS-ToF-sample-225", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-226.mzML", - "name": "GCMS-ToF-sample-226", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-226.mztab", - "name": "GCMS-ToF-sample-226", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-227.mzML", - "name": "GCMS-ToF-sample-227", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-227.mztab", - "name": "GCMS-ToF-sample-227", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 71, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-228.mzML", - "name": "GCMS-ToF-sample-228", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-228.mztab", - "name": "GCMS-ToF-sample-228", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-229.mzML", - "name": "GCMS-ToF-sample-229", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-229.mztab", - "name": "GCMS-ToF-sample-229", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-23.mzML", - "name": "GCMS-ToF-sample-23", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-23.mztab", - "name": "GCMS-ToF-sample-23", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-230.mzML", - "name": "GCMS-ToF-sample-230", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-230.mztab", - "name": "GCMS-ToF-sample-230", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-231.mzML", - "name": "GCMS-ToF-sample-231", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-231.mztab", - "name": "GCMS-ToF-sample-231", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-232.mzML", - "name": "GCMS-ToF-sample-232", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-232.mztab", - "name": "GCMS-ToF-sample-232", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 70, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-233.mzML", - "name": "GCMS-ToF-sample-233", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-233.mztab", - "name": "GCMS-ToF-sample-233", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 70, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-234.mzML", - "name": "GCMS-ToF-sample-234", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-234.mztab", - "name": "GCMS-ToF-sample-234", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-235.mzML", - "name": "GCMS-ToF-sample-235", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-235.mztab", - "name": "GCMS-ToF-sample-235", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-236.mzML", - "name": "GCMS-ToF-sample-236", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-236.mztab", - "name": "GCMS-ToF-sample-236", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-238.mzML", - "name": "GCMS-ToF-sample-238", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-238.mztab", - "name": "GCMS-ToF-sample-238", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-239.mzML", - "name": "GCMS-ToF-sample-239", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-239.mztab", - "name": "GCMS-ToF-sample-239", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-24.mzML", - "name": "GCMS-ToF-sample-24", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-24.mztab", - "name": "GCMS-ToF-sample-24", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 56, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-25.mzML", - "name": "GCMS-ToF-sample-25", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-25.mztab", - "name": "GCMS-ToF-sample-25", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-26.mzML", - "name": "GCMS-ToF-sample-26", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-26.mztab", - "name": "GCMS-ToF-sample-26", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-27.mzML", - "name": "GCMS-ToF-sample-27", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-27.mztab", - "name": "GCMS-ToF-sample-27", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-28.mzML", - "name": "GCMS-ToF-sample-28", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-28.mztab", - "name": "GCMS-ToF-sample-28", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-29.mzML", - "name": "GCMS-ToF-sample-29", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-29.mztab", - "name": "GCMS-ToF-sample-29", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-3.mzML", - "name": "GCMS-ToF-sample-3", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-3.mztab", - "name": "GCMS-ToF-sample-3", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-30.mzML", - "name": "GCMS-ToF-sample-30", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-30.mztab", - "name": "GCMS-ToF-sample-30", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-32.mzML", - "name": "GCMS-ToF-sample-32", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-32.mztab", - "name": "GCMS-ToF-sample-32", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-33.mzML", - "name": "GCMS-ToF-sample-33", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-33.mztab", - "name": "GCMS-ToF-sample-33", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-34.mzML", - "name": "GCMS-ToF-sample-34", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-34.mztab", - "name": "GCMS-ToF-sample-34", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-35.mzML", - "name": "GCMS-ToF-sample-35", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-35.mztab", - "name": "GCMS-ToF-sample-35", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-36.mzML", - "name": "GCMS-ToF-sample-36", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-36.mztab", - "name": "GCMS-ToF-sample-36", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-37.mzML", - "name": "GCMS-ToF-sample-37", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-37.mztab", - "name": "GCMS-ToF-sample-37", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-38.mzML", - "name": "GCMS-ToF-sample-38", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-38.mztab", - "name": "GCMS-ToF-sample-38", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-39.mzML", - "name": "GCMS-ToF-sample-39", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-39.mztab", - "name": "GCMS-ToF-sample-39", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-4.mzML", - "name": "GCMS-ToF-sample-4", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-4.mztab", - "name": "GCMS-ToF-sample-4", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-40.mzML", - "name": "GCMS-ToF-sample-40", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-40.mztab", - "name": "GCMS-ToF-sample-40", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-41.mzML", - "name": "GCMS-ToF-sample-41", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-41.mztab", - "name": "GCMS-ToF-sample-41", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-42.mzML", - "name": "GCMS-ToF-sample-42", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-42.mztab", - "name": "GCMS-ToF-sample-42", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-43.mzML", - "name": "GCMS-ToF-sample-43", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-43.mztab", - "name": "GCMS-ToF-sample-43", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-44.mzML", - "name": "GCMS-ToF-sample-44", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-44.mztab", - "name": "GCMS-ToF-sample-44", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-45.mzML", - "name": "GCMS-ToF-sample-45", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-45.mztab", - "name": "GCMS-ToF-sample-45", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 68, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-46.mzML", - "name": "GCMS-ToF-sample-46", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-46.mztab", - "name": "GCMS-ToF-sample-46", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-47.mzML", - "name": "GCMS-ToF-sample-47", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-47.mztab", - "name": "GCMS-ToF-sample-47", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-48.mzML", - "name": "GCMS-ToF-sample-48", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-48.mztab", - "name": "GCMS-ToF-sample-48", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-49.mzML", - "name": "GCMS-ToF-sample-49", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-49.mztab", - "name": "GCMS-ToF-sample-49", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-5.mzML", - "name": "GCMS-ToF-sample-5", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-5.mztab", - "name": "GCMS-ToF-sample-5", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 42, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-50.mzML", - "name": "GCMS-ToF-sample-50", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-50.mztab", - "name": "GCMS-ToF-sample-50", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-51.mzML", - "name": "GCMS-ToF-sample-51", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-51.mztab", - "name": "GCMS-ToF-sample-51", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-52.mzML", - "name": "GCMS-ToF-sample-52", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-52.mztab", - "name": "GCMS-ToF-sample-52", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-53.mzML", - "name": "GCMS-ToF-sample-53", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-53.mztab", - "name": "GCMS-ToF-sample-53", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-54.mzML", - "name": "GCMS-ToF-sample-54", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-54.mztab", - "name": "GCMS-ToF-sample-54", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-55.mzML", - "name": "GCMS-ToF-sample-55", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-55.mztab", - "name": "GCMS-ToF-sample-55", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-56.mzML", - "name": "GCMS-ToF-sample-56", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-56.mztab", - "name": "GCMS-ToF-sample-56", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-57.mzML", - "name": "GCMS-ToF-sample-57", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-57.mztab", - "name": "GCMS-ToF-sample-57", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-58.mzML", - "name": "GCMS-ToF-sample-58", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-58.mztab", - "name": "GCMS-ToF-sample-58", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-59.mzML", - "name": "GCMS-ToF-sample-59", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-59.mztab", - "name": "GCMS-ToF-sample-59", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-6.mzML", - "name": "GCMS-ToF-sample-6", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-6.mztab", - "name": "GCMS-ToF-sample-6", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 52, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-60.mzML", - "name": "GCMS-ToF-sample-60", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-60.mztab", - "name": "GCMS-ToF-sample-60", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-61.mzML", - "name": "GCMS-ToF-sample-61", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-61.mztab", - "name": "GCMS-ToF-sample-61", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-62.mzML", - "name": "GCMS-ToF-sample-62", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-62.mztab", - "name": "GCMS-ToF-sample-62", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-63.mzML", - "name": "GCMS-ToF-sample-63", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-63.mztab", - "name": "GCMS-ToF-sample-63", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-64.mzML", - "name": "GCMS-ToF-sample-64", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-64.mztab", - "name": "GCMS-ToF-sample-64", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 66, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-65.mzML", - "name": "GCMS-ToF-sample-65", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-65.mztab", - "name": "GCMS-ToF-sample-65", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-66.mzML", - "name": "GCMS-ToF-sample-66", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-66.mztab", - "name": "GCMS-ToF-sample-66", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-68.mzML", - "name": "GCMS-ToF-sample-68", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-68.mztab", - "name": "GCMS-ToF-sample-68", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-69.mzML", - "name": "GCMS-ToF-sample-69", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-69.mztab", - "name": "GCMS-ToF-sample-69", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-7.mzML", - "name": "GCMS-ToF-sample-7", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-7.mztab", - "name": "GCMS-ToF-sample-7", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-70.mzML", - "name": "GCMS-ToF-sample-70", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-70.mztab", - "name": "GCMS-ToF-sample-70", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-71.mzML", - "name": "GCMS-ToF-sample-71", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-71.mztab", - "name": "GCMS-ToF-sample-71", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-72.mzML", - "name": "GCMS-ToF-sample-72", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-72.mztab", - "name": "GCMS-ToF-sample-72", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-73.mzML", - "name": "GCMS-ToF-sample-73", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-73.mztab", - "name": "GCMS-ToF-sample-73", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-74.mzML", - "name": "GCMS-ToF-sample-74", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-74.mztab", - "name": "GCMS-ToF-sample-74", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-75.mzML", - "name": "GCMS-ToF-sample-75", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-75.mztab", - "name": "GCMS-ToF-sample-75", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-76.mzML", - "name": "GCMS-ToF-sample-76", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-76.mztab", - "name": "GCMS-ToF-sample-76", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 58, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-77.mzML", - "name": "GCMS-ToF-sample-77", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-77.mztab", - "name": "GCMS-ToF-sample-77", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-78.mzML", - "name": "GCMS-ToF-sample-78", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-78.mztab", - "name": "GCMS-ToF-sample-78", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-79.mzML", - "name": "GCMS-ToF-sample-79", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-79.mztab", - "name": "GCMS-ToF-sample-79", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 67, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-8.mzML", - "name": "GCMS-ToF-sample-8", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-8.mztab", - "name": "GCMS-ToF-sample-8", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-80.mzML", - "name": "GCMS-ToF-sample-80", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-80.mztab", - "name": "GCMS-ToF-sample-80", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-81.mzML", - "name": "GCMS-ToF-sample-81", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-81.mztab", - "name": "GCMS-ToF-sample-81", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-82.mzML", - "name": "GCMS-ToF-sample-82", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-82.mztab", - "name": "GCMS-ToF-sample-82", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-83.mzML", - "name": "GCMS-ToF-sample-83", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-83.mztab", - "name": "GCMS-ToF-sample-83", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-84.mzML", - "name": "GCMS-ToF-sample-84", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-84.mztab", - "name": "GCMS-ToF-sample-84", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-87.mzML", - "name": "GCMS-ToF-sample-87", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-87.mztab", - "name": "GCMS-ToF-sample-87", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-88.mzML", - "name": "GCMS-ToF-sample-88", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-88.mztab", - "name": "GCMS-ToF-sample-88", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 65, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-89.mzML", - "name": "GCMS-ToF-sample-89", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-89.mztab", - "name": "GCMS-ToF-sample-89", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-9.mzML", - "name": "GCMS-ToF-sample-9", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-9.mztab", - "name": "GCMS-ToF-sample-9", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 59, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-90.mzML", - "name": "GCMS-ToF-sample-90", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-90.mztab", - "name": "GCMS-ToF-sample-90", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 61, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-91.mzML", - "name": "GCMS-ToF-sample-91", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-91.mztab", - "name": "GCMS-ToF-sample-91", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-92.mzML", - "name": "GCMS-ToF-sample-92", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-92.mztab", - "name": "GCMS-ToF-sample-92", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-93.mzML", - "name": "GCMS-ToF-sample-93", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-93.mztab", - "name": "GCMS-ToF-sample-93", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 57, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-94.mzML", - "name": "GCMS-ToF-sample-94", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-94.mztab", - "name": "GCMS-ToF-sample-94", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 60, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-95.mzML", - "name": "GCMS-ToF-sample-95", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-95.mztab", - "name": "GCMS-ToF-sample-95", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-96.mzML", - "name": "GCMS-ToF-sample-96", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-96.mztab", - "name": "GCMS-ToF-sample-96", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 64, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-97.mzML", - "name": "GCMS-ToF-sample-97", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-97.mztab", - "name": "GCMS-ToF-sample-97", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 56, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-98.mzML", - "name": "GCMS-ToF-sample-98", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-98.mztab", - "name": "GCMS-ToF-sample-98", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 62, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - }, - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-99.mzML", - "name": "GCMS-ToF-sample-99", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - }, - "fileProperties": [ - { - "accession": "MS:1000031", - "name": "instrument model", - "value": "GC-ToF-MS (Agilent 6890 GC coupled to a Leco Pegasus III MS)" - } - ] - }, - { - "location": "file://tmp/GCMS-ToF-sample-99.mztab", - "name": "GCMS-ToF-sample-99", - "fileFormat": { - "accession": "MS:1003389", - "name": "mzTab-M" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - }, - { - "accession": "MS:1000799", - "name": "custom unreleased software tool", - "description": "A software tool that has not yet been released. The value should describe the software. Please do not use this term for publicly available software - contact the PSI-MS working group in order to have another CV term added.", - "value": "mzqc-pylib", - "version": "0", - "uri": "https://hupo-psi.github.io/mzQC/unknown.html" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000103", - "name": "number of identified quantification data points", - "description": "The number of identified data points for quantification purposes within the run after user defined acceptance criteria are applied. These data points may be for example XIC profiles, isotopic pattern areas, or reporter ions (see MS:1001805). The used type should be noted in the metadata or analysis methods section of the recording file for the respective run. In case of multiple acceptance criteria (FDR) available in proteomics, PSM-level FDR should be used for better comparability.", - "value": 63, - "unit": { - "accession": "UO:0000189", - "name": "count unit" - } - } - ] - } - ], - "setQualities": [ - { - "metadata": { - "inputFiles": [ - { - "location": "file://tmp/GCMS-ToF-sample-10.mzML", - "name": "GCMS-ToF-sample-10", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-100.mzML", - "name": "GCMS-ToF-sample-100", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-101.mzML", - "name": "GCMS-ToF-sample-101", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-102.mzML", - "name": "GCMS-ToF-sample-102", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-103.mzML", - "name": "GCMS-ToF-sample-103", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-104.mzML", - "name": "GCMS-ToF-sample-104", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-106.mzML", - "name": "GCMS-ToF-sample-106", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-107.mzML", - "name": "GCMS-ToF-sample-107", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-108.mzML", - "name": "GCMS-ToF-sample-108", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-109.mzML", - "name": "GCMS-ToF-sample-109", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-11.mzML", - "name": "GCMS-ToF-sample-11", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-110.mzML", - "name": "GCMS-ToF-sample-110", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-111.mzML", - "name": "GCMS-ToF-sample-111", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-112.mzML", - "name": "GCMS-ToF-sample-112", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-113.mzML", - "name": "GCMS-ToF-sample-113", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-114.mzML", - "name": "GCMS-ToF-sample-114", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-115.mzML", - "name": "GCMS-ToF-sample-115", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-116.mzML", - "name": "GCMS-ToF-sample-116", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-117.mzML", - "name": "GCMS-ToF-sample-117", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-118.mzML", - "name": "GCMS-ToF-sample-118", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-119.mzML", - "name": "GCMS-ToF-sample-119", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-12.mzML", - "name": "GCMS-ToF-sample-12", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-120.mzML", - "name": "GCMS-ToF-sample-120", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-121.mzML", - "name": "GCMS-ToF-sample-121", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-122.mzML", - "name": "GCMS-ToF-sample-122", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-123.mzML", - "name": "GCMS-ToF-sample-123", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-124.mzML", - "name": "GCMS-ToF-sample-124", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-125.mzML", - "name": "GCMS-ToF-sample-125", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-126.mzML", - "name": "GCMS-ToF-sample-126", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-127.mzML", - "name": "GCMS-ToF-sample-127", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-128.mzML", - "name": "GCMS-ToF-sample-128", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-129.mzML", - "name": "GCMS-ToF-sample-129", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-13.mzML", - "name": "GCMS-ToF-sample-13", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-130.mzML", - "name": "GCMS-ToF-sample-130", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-132.mzML", - "name": "GCMS-ToF-sample-132", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-133.mzML", - "name": "GCMS-ToF-sample-133", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-134.mzML", - "name": "GCMS-ToF-sample-134", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-135.mzML", - "name": "GCMS-ToF-sample-135", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-136.mzML", - "name": "GCMS-ToF-sample-136", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-137.mzML", - "name": "GCMS-ToF-sample-137", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-138.mzML", - "name": "GCMS-ToF-sample-138", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-139.mzML", - "name": "GCMS-ToF-sample-139", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-14.mzML", - "name": "GCMS-ToF-sample-14", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-140.mzML", - "name": "GCMS-ToF-sample-140", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-141.mzML", - "name": "GCMS-ToF-sample-141", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-142.mzML", - "name": "GCMS-ToF-sample-142", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-143.mzML", - "name": "GCMS-ToF-sample-143", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-144.mzML", - "name": "GCMS-ToF-sample-144", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-145.mzML", - "name": "GCMS-ToF-sample-145", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-146.mzML", - "name": "GCMS-ToF-sample-146", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-147.mzML", - "name": "GCMS-ToF-sample-147", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-148.mzML", - "name": "GCMS-ToF-sample-148", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-149.mzML", - "name": "GCMS-ToF-sample-149", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-15.mzML", - "name": "GCMS-ToF-sample-15", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-150.mzML", - "name": "GCMS-ToF-sample-150", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-151.mzML", - "name": "GCMS-ToF-sample-151", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-152.mzML", - "name": "GCMS-ToF-sample-152", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-153.mzML", - "name": "GCMS-ToF-sample-153", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-154.mzML", - "name": "GCMS-ToF-sample-154", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-155.mzML", - "name": "GCMS-ToF-sample-155", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-156.mzML", - "name": "GCMS-ToF-sample-156", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-157.mzML", - "name": "GCMS-ToF-sample-157", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-158.mzML", - "name": "GCMS-ToF-sample-158", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-159.mzML", - "name": "GCMS-ToF-sample-159", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-16.mzML", - "name": "GCMS-ToF-sample-16", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-160.mzML", - "name": "GCMS-ToF-sample-160", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-161.mzML", - "name": "GCMS-ToF-sample-161", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-162.mzML", - "name": "GCMS-ToF-sample-162", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-163.mzML", - "name": "GCMS-ToF-sample-163", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-164.mzML", - "name": "GCMS-ToF-sample-164", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-165.mzML", - "name": "GCMS-ToF-sample-165", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-166.mzML", - "name": "GCMS-ToF-sample-166", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-167.mzML", - "name": "GCMS-ToF-sample-167", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-168.mzML", - "name": "GCMS-ToF-sample-168", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-169.mzML", - "name": "GCMS-ToF-sample-169", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-17.mzML", - "name": "GCMS-ToF-sample-17", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-170.mzML", - "name": "GCMS-ToF-sample-170", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-171.mzML", - "name": "GCMS-ToF-sample-171", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-172.mzML", - "name": "GCMS-ToF-sample-172", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-173.mzML", - "name": "GCMS-ToF-sample-173", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-177.mzML", - "name": "GCMS-ToF-sample-177", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-178.mzML", - "name": "GCMS-ToF-sample-178", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-179.mzML", - "name": "GCMS-ToF-sample-179", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-18.mzML", - "name": "GCMS-ToF-sample-18", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-180.mzML", - "name": "GCMS-ToF-sample-180", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-181.mzML", - "name": "GCMS-ToF-sample-181", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-182.mzML", - "name": "GCMS-ToF-sample-182", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-183.mzML", - "name": "GCMS-ToF-sample-183", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-184.mzML", - "name": "GCMS-ToF-sample-184", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-185.mzML", - "name": "GCMS-ToF-sample-185", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-186.mzML", - "name": "GCMS-ToF-sample-186", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-187.mzML", - "name": "GCMS-ToF-sample-187", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-188.mzML", - "name": "GCMS-ToF-sample-188", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-189.mzML", - "name": "GCMS-ToF-sample-189", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-19.mzML", - "name": "GCMS-ToF-sample-19", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-190.mzML", - "name": "GCMS-ToF-sample-190", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-191.mzML", - "name": "GCMS-ToF-sample-191", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-192.mzML", - "name": "GCMS-ToF-sample-192", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-193.mzML", - "name": "GCMS-ToF-sample-193", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-195.mzML", - "name": "GCMS-ToF-sample-195", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-196.mzML", - "name": "GCMS-ToF-sample-196", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-197.mzML", - "name": "GCMS-ToF-sample-197", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-198.mzML", - "name": "GCMS-ToF-sample-198", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-199.mzML", - "name": "GCMS-ToF-sample-199", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-2.mzML", - "name": "GCMS-ToF-sample-2", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-20.mzML", - "name": "GCMS-ToF-sample-20", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-200.mzML", - "name": "GCMS-ToF-sample-200", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-201.mzML", - "name": "GCMS-ToF-sample-201", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-202.mzML", - "name": "GCMS-ToF-sample-202", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-203.mzML", - "name": "GCMS-ToF-sample-203", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-204.mzML", - "name": "GCMS-ToF-sample-204", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-205.mzML", - "name": "GCMS-ToF-sample-205", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-206.mzML", - "name": "GCMS-ToF-sample-206", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-207.mzML", - "name": "GCMS-ToF-sample-207", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-208.mzML", - "name": "GCMS-ToF-sample-208", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-209.mzML", - "name": "GCMS-ToF-sample-209", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-21.mzML", - "name": "GCMS-ToF-sample-21", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-210.mzML", - "name": "GCMS-ToF-sample-210", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-211.mzML", - "name": "GCMS-ToF-sample-211", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-212.mzML", - "name": "GCMS-ToF-sample-212", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-213.mzML", - "name": "GCMS-ToF-sample-213", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-214.mzML", - "name": "GCMS-ToF-sample-214", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-216.mzML", - "name": "GCMS-ToF-sample-216", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-217.mzML", - "name": "GCMS-ToF-sample-217", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-218.mzML", - "name": "GCMS-ToF-sample-218", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-219.mzML", - "name": "GCMS-ToF-sample-219", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-22.mzML", - "name": "GCMS-ToF-sample-22", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-220.mzML", - "name": "GCMS-ToF-sample-220", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-221.mzML", - "name": "GCMS-ToF-sample-221", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-222.mzML", - "name": "GCMS-ToF-sample-222", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-223.mzML", - "name": "GCMS-ToF-sample-223", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-224.mzML", - "name": "GCMS-ToF-sample-224", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-225.mzML", - "name": "GCMS-ToF-sample-225", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-226.mzML", - "name": "GCMS-ToF-sample-226", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-227.mzML", - "name": "GCMS-ToF-sample-227", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-228.mzML", - "name": "GCMS-ToF-sample-228", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-229.mzML", - "name": "GCMS-ToF-sample-229", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-23.mzML", - "name": "GCMS-ToF-sample-23", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-230.mzML", - "name": "GCMS-ToF-sample-230", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-231.mzML", - "name": "GCMS-ToF-sample-231", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-232.mzML", - "name": "GCMS-ToF-sample-232", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-233.mzML", - "name": "GCMS-ToF-sample-233", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-234.mzML", - "name": "GCMS-ToF-sample-234", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-235.mzML", - "name": "GCMS-ToF-sample-235", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-236.mzML", - "name": "GCMS-ToF-sample-236", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-238.mzML", - "name": "GCMS-ToF-sample-238", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-239.mzML", - "name": "GCMS-ToF-sample-239", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-24.mzML", - "name": "GCMS-ToF-sample-24", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-25.mzML", - "name": "GCMS-ToF-sample-25", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-26.mzML", - "name": "GCMS-ToF-sample-26", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-27.mzML", - "name": "GCMS-ToF-sample-27", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-28.mzML", - "name": "GCMS-ToF-sample-28", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-29.mzML", - "name": "GCMS-ToF-sample-29", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-3.mzML", - "name": "GCMS-ToF-sample-3", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-30.mzML", - "name": "GCMS-ToF-sample-30", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-32.mzML", - "name": "GCMS-ToF-sample-32", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-33.mzML", - "name": "GCMS-ToF-sample-33", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-34.mzML", - "name": "GCMS-ToF-sample-34", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-35.mzML", - "name": "GCMS-ToF-sample-35", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-36.mzML", - "name": "GCMS-ToF-sample-36", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-37.mzML", - "name": "GCMS-ToF-sample-37", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-38.mzML", - "name": "GCMS-ToF-sample-38", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-39.mzML", - "name": "GCMS-ToF-sample-39", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-4.mzML", - "name": "GCMS-ToF-sample-4", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-40.mzML", - "name": "GCMS-ToF-sample-40", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-41.mzML", - "name": "GCMS-ToF-sample-41", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-42.mzML", - "name": "GCMS-ToF-sample-42", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-43.mzML", - "name": "GCMS-ToF-sample-43", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-44.mzML", - "name": "GCMS-ToF-sample-44", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-45.mzML", - "name": "GCMS-ToF-sample-45", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-46.mzML", - "name": "GCMS-ToF-sample-46", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-47.mzML", - "name": "GCMS-ToF-sample-47", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-48.mzML", - "name": "GCMS-ToF-sample-48", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-49.mzML", - "name": "GCMS-ToF-sample-49", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-5.mzML", - "name": "GCMS-ToF-sample-5", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-50.mzML", - "name": "GCMS-ToF-sample-50", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-51.mzML", - "name": "GCMS-ToF-sample-51", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-52.mzML", - "name": "GCMS-ToF-sample-52", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-53.mzML", - "name": "GCMS-ToF-sample-53", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-54.mzML", - "name": "GCMS-ToF-sample-54", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-55.mzML", - "name": "GCMS-ToF-sample-55", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-56.mzML", - "name": "GCMS-ToF-sample-56", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-57.mzML", - "name": "GCMS-ToF-sample-57", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-58.mzML", - "name": "GCMS-ToF-sample-58", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-59.mzML", - "name": "GCMS-ToF-sample-59", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-6.mzML", - "name": "GCMS-ToF-sample-6", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-60.mzML", - "name": "GCMS-ToF-sample-60", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-61.mzML", - "name": "GCMS-ToF-sample-61", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-62.mzML", - "name": "GCMS-ToF-sample-62", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-63.mzML", - "name": "GCMS-ToF-sample-63", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-64.mzML", - "name": "GCMS-ToF-sample-64", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-65.mzML", - "name": "GCMS-ToF-sample-65", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-66.mzML", - "name": "GCMS-ToF-sample-66", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-68.mzML", - "name": "GCMS-ToF-sample-68", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-69.mzML", - "name": "GCMS-ToF-sample-69", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-7.mzML", - "name": "GCMS-ToF-sample-7", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-70.mzML", - "name": "GCMS-ToF-sample-70", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-71.mzML", - "name": "GCMS-ToF-sample-71", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-72.mzML", - "name": "GCMS-ToF-sample-72", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-73.mzML", - "name": "GCMS-ToF-sample-73", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-74.mzML", - "name": "GCMS-ToF-sample-74", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-75.mzML", - "name": "GCMS-ToF-sample-75", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-76.mzML", - "name": "GCMS-ToF-sample-76", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-77.mzML", - "name": "GCMS-ToF-sample-77", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-78.mzML", - "name": "GCMS-ToF-sample-78", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-79.mzML", - "name": "GCMS-ToF-sample-79", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-8.mzML", - "name": "GCMS-ToF-sample-8", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-80.mzML", - "name": "GCMS-ToF-sample-80", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-81.mzML", - "name": "GCMS-ToF-sample-81", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-82.mzML", - "name": "GCMS-ToF-sample-82", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-83.mzML", - "name": "GCMS-ToF-sample-83", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-84.mzML", - "name": "GCMS-ToF-sample-84", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-87.mzML", - "name": "GCMS-ToF-sample-87", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-88.mzML", - "name": "GCMS-ToF-sample-88", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-89.mzML", - "name": "GCMS-ToF-sample-89", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-9.mzML", - "name": "GCMS-ToF-sample-9", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-90.mzML", - "name": "GCMS-ToF-sample-90", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-91.mzML", - "name": "GCMS-ToF-sample-91", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-92.mzML", - "name": "GCMS-ToF-sample-92", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-93.mzML", - "name": "GCMS-ToF-sample-93", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-94.mzML", - "name": "GCMS-ToF-sample-94", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-95.mzML", - "name": "GCMS-ToF-sample-95", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-96.mzML", - "name": "GCMS-ToF-sample-96", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-97.mzML", - "name": "GCMS-ToF-sample-97", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-98.mzML", - "name": "GCMS-ToF-sample-98", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - }, - { - "location": "file://tmp/GCMS-ToF-sample-99.mzML", - "name": "GCMS-ToF-sample-99", - "fileFormat": { - "accession": "MS:1000584", - "name": "mzML format" - } - } - ], - "analysisSoftware": [ - { - "accession": "MS:1001058", - "name": "quality estimation by manual validation", - "description": "The quality estimation was done manually.", - "version": "0", - "uri": "https://dx.doi.org/10.1021/pr201071t" - } - ] - }, - "qualityMetrics": [ - { - "accession": "MS:4000092", - "name": "identified MS1 feature area principal component analysis result", - "description": "A table with the PCA results of identified MS1 feature areas.", - "value": { - "MS:4000086": [ - "GCMS-ToF-sample-10", - "GCMS-ToF-sample-100", - "GCMS-ToF-sample-101", - "GCMS-ToF-sample-102", - "GCMS-ToF-sample-103", - "GCMS-ToF-sample-104", - "GCMS-ToF-sample-106", - "GCMS-ToF-sample-107", - "GCMS-ToF-sample-108", - "GCMS-ToF-sample-109", - "GCMS-ToF-sample-11", - "GCMS-ToF-sample-110", - "GCMS-ToF-sample-111", - "GCMS-ToF-sample-112", - "GCMS-ToF-sample-113", - "GCMS-ToF-sample-114", - "GCMS-ToF-sample-115", - "GCMS-ToF-sample-116", - "GCMS-ToF-sample-117", - "GCMS-ToF-sample-118", - "GCMS-ToF-sample-119", - "GCMS-ToF-sample-12", - "GCMS-ToF-sample-120", - "GCMS-ToF-sample-121", - "GCMS-ToF-sample-122", - "GCMS-ToF-sample-123", - "GCMS-ToF-sample-124", - "GCMS-ToF-sample-125", - "GCMS-ToF-sample-126", - "GCMS-ToF-sample-127", - "GCMS-ToF-sample-128", - "GCMS-ToF-sample-129", - "GCMS-ToF-sample-13", - "GCMS-ToF-sample-130", - "GCMS-ToF-sample-132", - "GCMS-ToF-sample-133", - "GCMS-ToF-sample-134", - "GCMS-ToF-sample-135", - "GCMS-ToF-sample-136", - "GCMS-ToF-sample-137", - "GCMS-ToF-sample-138", - "GCMS-ToF-sample-139", - "GCMS-ToF-sample-14", - "GCMS-ToF-sample-140", - "GCMS-ToF-sample-141", - "GCMS-ToF-sample-142", - "GCMS-ToF-sample-143", - "GCMS-ToF-sample-144", - "GCMS-ToF-sample-145", - "GCMS-ToF-sample-146", - "GCMS-ToF-sample-147", - "GCMS-ToF-sample-148", - "GCMS-ToF-sample-149", - "GCMS-ToF-sample-15", - "GCMS-ToF-sample-150", - "GCMS-ToF-sample-151", - "GCMS-ToF-sample-152", - "GCMS-ToF-sample-153", - "GCMS-ToF-sample-154", - "GCMS-ToF-sample-155", - "GCMS-ToF-sample-156", - "GCMS-ToF-sample-157", - "GCMS-ToF-sample-158", - "GCMS-ToF-sample-159", - "GCMS-ToF-sample-16", - "GCMS-ToF-sample-160", - "GCMS-ToF-sample-161", - "GCMS-ToF-sample-162", - "GCMS-ToF-sample-163", - "GCMS-ToF-sample-164", - "GCMS-ToF-sample-165", - "GCMS-ToF-sample-166", - "GCMS-ToF-sample-167", - "GCMS-ToF-sample-168", - "GCMS-ToF-sample-169", - "GCMS-ToF-sample-17", - "GCMS-ToF-sample-170", - "GCMS-ToF-sample-171", - "GCMS-ToF-sample-172", - "GCMS-ToF-sample-173", - "GCMS-ToF-sample-177", - "GCMS-ToF-sample-178", - "GCMS-ToF-sample-179", - "GCMS-ToF-sample-18", - "GCMS-ToF-sample-180", - "GCMS-ToF-sample-181", - "GCMS-ToF-sample-182", - "GCMS-ToF-sample-183", - "GCMS-ToF-sample-184", - "GCMS-ToF-sample-185", - "GCMS-ToF-sample-186", - "GCMS-ToF-sample-187", - "GCMS-ToF-sample-188", - "GCMS-ToF-sample-189", - "GCMS-ToF-sample-19", - "GCMS-ToF-sample-190", - "GCMS-ToF-sample-191", - "GCMS-ToF-sample-192", - "GCMS-ToF-sample-193", - "GCMS-ToF-sample-195", - "GCMS-ToF-sample-196", - "GCMS-ToF-sample-197", - "GCMS-ToF-sample-198", - "GCMS-ToF-sample-199", - "GCMS-ToF-sample-2", - "GCMS-ToF-sample-20", - "GCMS-ToF-sample-200", - "GCMS-ToF-sample-201", - "GCMS-ToF-sample-202", - "GCMS-ToF-sample-203", - "GCMS-ToF-sample-204", - "GCMS-ToF-sample-205", - "GCMS-ToF-sample-206", - "GCMS-ToF-sample-207", - "GCMS-ToF-sample-208", - "GCMS-ToF-sample-209", - "GCMS-ToF-sample-21", - "GCMS-ToF-sample-210", - "GCMS-ToF-sample-211", - "GCMS-ToF-sample-212", - "GCMS-ToF-sample-213", - "GCMS-ToF-sample-214", - "GCMS-ToF-sample-216", - "GCMS-ToF-sample-217", - "GCMS-ToF-sample-218", - "GCMS-ToF-sample-219", - "GCMS-ToF-sample-22", - "GCMS-ToF-sample-220", - "GCMS-ToF-sample-221", - "GCMS-ToF-sample-222", - "GCMS-ToF-sample-223", - "GCMS-ToF-sample-224", - "GCMS-ToF-sample-225", - "GCMS-ToF-sample-226", - "GCMS-ToF-sample-227", - "GCMS-ToF-sample-228", - "GCMS-ToF-sample-229", - "GCMS-ToF-sample-23", - "GCMS-ToF-sample-230", - "GCMS-ToF-sample-231", - "GCMS-ToF-sample-232", - "GCMS-ToF-sample-233", - "GCMS-ToF-sample-234", - "GCMS-ToF-sample-235", - "GCMS-ToF-sample-236", - "GCMS-ToF-sample-238", - "GCMS-ToF-sample-239", - "GCMS-ToF-sample-24", - "GCMS-ToF-sample-25", - "GCMS-ToF-sample-26", - "GCMS-ToF-sample-27", - "GCMS-ToF-sample-28", - "GCMS-ToF-sample-29", - "GCMS-ToF-sample-3", - "GCMS-ToF-sample-30", - "GCMS-ToF-sample-32", - "GCMS-ToF-sample-33", - "GCMS-ToF-sample-34", - "GCMS-ToF-sample-35", - "GCMS-ToF-sample-36", - "GCMS-ToF-sample-37", - "GCMS-ToF-sample-38", - "GCMS-ToF-sample-39", - "GCMS-ToF-sample-4", - "GCMS-ToF-sample-40", - "GCMS-ToF-sample-41", - "GCMS-ToF-sample-42", - "GCMS-ToF-sample-43", - "GCMS-ToF-sample-44", - "GCMS-ToF-sample-45", - "GCMS-ToF-sample-46", - "GCMS-ToF-sample-47", - "GCMS-ToF-sample-48", - "GCMS-ToF-sample-49", - "GCMS-ToF-sample-5", - "GCMS-ToF-sample-50", - "GCMS-ToF-sample-51", - "GCMS-ToF-sample-52", - "GCMS-ToF-sample-53", - "GCMS-ToF-sample-54", - "GCMS-ToF-sample-55", - "GCMS-ToF-sample-56", - "GCMS-ToF-sample-57", - "GCMS-ToF-sample-58", - "GCMS-ToF-sample-59", - "GCMS-ToF-sample-6", - "GCMS-ToF-sample-60", - "GCMS-ToF-sample-61", - "GCMS-ToF-sample-62", - "GCMS-ToF-sample-63", - "GCMS-ToF-sample-64", - "GCMS-ToF-sample-65", - "GCMS-ToF-sample-66", - "GCMS-ToF-sample-68", - "GCMS-ToF-sample-69", - "GCMS-ToF-sample-7", - "GCMS-ToF-sample-70", - "GCMS-ToF-sample-71", - "GCMS-ToF-sample-72", - "GCMS-ToF-sample-73", - "GCMS-ToF-sample-74", - "GCMS-ToF-sample-75", - "GCMS-ToF-sample-76", - "GCMS-ToF-sample-77", - "GCMS-ToF-sample-78", - "GCMS-ToF-sample-79", - "GCMS-ToF-sample-8", - "GCMS-ToF-sample-80", - "GCMS-ToF-sample-81", - "GCMS-ToF-sample-82", - "GCMS-ToF-sample-83", - "GCMS-ToF-sample-84", - "GCMS-ToF-sample-87", - "GCMS-ToF-sample-88", - "GCMS-ToF-sample-89", - "GCMS-ToF-sample-9", - "GCMS-ToF-sample-90", - "GCMS-ToF-sample-91", - "GCMS-ToF-sample-92", - "GCMS-ToF-sample-93", - "GCMS-ToF-sample-94", - "GCMS-ToF-sample-95", - "GCMS-ToF-sample-96", - "GCMS-ToF-sample-97", - "GCMS-ToF-sample-98", - "GCMS-ToF-sample-99" - ], - "MS:4000081": [ - -3.3489633839, - 0.4191257477, - 6.8241553933, - -1.0808863947, - -1.707045218, - 2.8308541748, - -2.2338635322, - 3.9699078343, - -2.4770395336, - -2.7332267846, - -0.4470879071, - -5.1985965443, - -1.6871799846, - -0.162214613, - 4.4931694088, - 1.065013029, - -1.1940566219, - 4.1964218311, - -4.9229903804, - -0.0487967333, - 7.9232129003, - 0.2905566121, - -2.4167956848, - 4.188667538, - -0.2907648229, - -0.9276300068, - 2.8475911731, - -2.968729106, - 4.1660313629, - -1.137933623, - 1.7420100896, - 4.759143556, - -0.3069984724, - 0.3569010485, - -4.0831272735, - 3.5694159259, - 2.2713740735, - -5.0789607892, - -0.0752693899, - 7.1581925537, - 0.828962944, - -1.5693378796, - -5.1842079165, - 0.3652225255, - 1.2012539074, - 0.7432225587, - -0.0185043171, - -2.9830231055, - -1.0151965987, - -2.6590623404, - 1.1782955448, - 5.3186313176, - -10.4677770954, - 7.2263723602, - 2.3232291491, - 3.8652035606, - 6.025908917, - 1.5578940537, - -1.8630675831, - 2.4299328853, - 2.4489501744, - -8.1272401542, - -6.9339250968, - -2.6514879488, - -10.498114593, - -8.0560929327, - -2.4843500653, - -1.5591274019, - -4.1491782662, - -7.6513289916, - -7.7606513161, - -4.2396234647, - -7.9197018596, - -6.0399736461, - -3.3695303241, - -1.8478444188, - -2.3881146016, - -2.2744510576, - -0.3913099263, - -1.6048077914, - -0.2399191721, - -4.1136913613, - -0.6269833457, - -5.0090218488, - 0.5306315727, - -6.592080735, - -4.492378256, - -1.3028620578, - -3.8371703822, - -5.2130536703, - -5.4317236274, - -0.5999563478, - 2.1531396916, - -1.9443562481, - -0.7331334459, - 0.951283388, - 2.7826978447, - -2.2532581555, - -0.0741762409, - -7.0497329655, - -4.278429051, - 0.0769809917, - 7.9025446164, - -3.5982310916, - -3.2004377118, - -7.3783032825, - -2.3113338329, - -1.7110468372, - -3.20605726, - -3.6158552084, - 7.520231951, - 1.4600045217, - -3.8326763159, - 6.1094439358, - 1.0450705098, - -1.1646018992, - 1.0397856472, - -0.2774277653, - -3.6065836315, - -1.776450852, - 1.7033047566, - -1.9458179288, - -0.2510462381, - -2.4726347321, - 1.9418319684, - -2.0328351118, - 4.9950994081, - -0.8091622655, - -1.2994065497, - -1.5601348705, - -4.1472603067, - 0.9442454758, - -3.5628871304, - -4.6960341411, - 0.7348968302, - -3.3741246267, - 1.9625296323, - -3.2913616085, - 3.9293009716, - -1.205756014, - 2.8494074208, - 3.7449335931, - -1.3034700542, - 1.8941360122, - 0.2289366469, - -0.3611115399, - -2.2606294339, - -4.3259115467, - -4.037708695, - -0.9144311394, - -4.6667650928, - -4.0681783501, - 0.6306024972, - -4.8651276138, - -2.6822831119, - 3.5012376744, - 4.7247233268, - 2.4099708448, - 0.2868303919, - 0.6393485354, - -0.5288303333, - -0.9719860724, - 3.0923171347, - -6.1153085456, - 7.2981571438, - 1.1822851458, - 1.3488446334, - 2.231647972, - 2.7491393016, - 12.0457639249, - 6.282702297, - 1.7760115076, - 2.1585026031, - 1.8310786124, - -11.8407707681, - 3.8160350734, - 4.2813855441, - 9.1643828848, - 4.1860017961, - 6.5689740649, - 12.3831848323, - 7.481412766, - 1.3363157101, - 3.4447531681, - 3.849074158, - -6.5830897773, - 4.6122127984, - 3.7304911054, - 0.1042706374, - 4.2398502663, - 4.9181056021, - 0.5174171321, - 7.5574701484, - 6.8105359833, - 4.1691413147, - -1.1791599605, - 6.0136378152, - 2.0571260202, - 1.7062619383, - 3.5873517455, - 1.2681832303, - 3.0395313236, - 0.4216375015, - 2.4870567016, - 0.9305310838, - 2.0223972375, - -1.9468972547, - -0.7278680161, - -3.4396024067, - -1.3879392689, - 1.8532049653, - -0.7323080554, - -0.1044978744, - 3.618711788, - 1.0473173519, - -3.234407891, - 5.1268898175, - 2.7572048852, - -1.8963995901, - -3.4274871811, - -1.7860465161, - 4.2464436594, - 2.3680717944, - 1.6740603069, - -2.928425603, - 10.0001640731 - ], - "MS:4000082": [ - -2.3414347017, - 2.0552198422, - 1.5142354815, - 2.9945511395, - 6.0701613531, - 3.3266278572, - 3.3685284856, - 0.5399655333, - 2.3932072785, - 2.7643008047, - -4.4976917552, - 4.0508987872, - 1.4660293581, - 0.0770429575, - 0.0024804836, - 1.1879740902, - 0.5707980874, - -1.3918382896, - 1.0451142023, - 3.5322514915, - -2.5080634204, - -1.9854748977, - -1.0918833604, - -0.5248062282, - -0.7546478724, - 0.8834778808, - 1.7014956692, - 2.4943035973, - 1.6819956954, - 2.164453404, - 1.8319649453, - 0.8101455665, - -1.5333999507, - 3.1578474235, - 1.3427308128, - -1.9448531516, - 2.364325228, - 3.1655048258, - -0.2917984184, - -8.0143656151, - -4.1139242264, - 2.7958020455, - -1.8695850138, - -3.4957487643, - -2.7126585146, - -6.6259650197, - 1.4678688788, - 1.860009365, - 1.5306572809, - 2.7205793212, - -0.7433254297, - -3.3517992711, - -0.3683510015, - -4.6520979386, - -0.2969785081, - -6.1260045659, - -2.7918429522, - -2.4112026192, - 0.5809935688, - -2.4070162921, - -6.2765335862, - -3.566985763, - 1.8899075764, - 0.7159550768, - 0.2178688987, - 2.0647094711, - -0.1057277641, - -3.9440217112, - -6.1913732752, - -3.5142609684, - -2.7538027387, - -0.4912709915, - -3.004320254, - -2.2817738773, - -3.6949715311, - -6.9558846923, - -3.0744193535, - 1.7548977324, - -5.2636295072, - -4.7378502816, - 1.8387353375, - 1.0740775321, - 0.1835648149, - 1.897957498, - 0.679158744, - -0.3750873679, - 1.9841123762, - 0.6193101644, - 0.660805318, - 3.4699798867, - 0.5116066126, - 2.190893902, - -0.555333107, - -0.2790107249, - -4.6845409886, - 1.8409696954, - 0.530709381, - -2.1822527379, - 1.7141617973, - -0.0011017748, - 2.3063334903, - -0.188886904, - -5.3206715922, - 4.4367196141, - -1.3754645576, - 0.6046279987, - 0.138546764, - 2.4113359288, - -0.4279627921, - 0.1660507663, - -2.6017667638, - 1.8171734659, - -1.9287317332, - -0.4871874161, - 0.0066686902, - -2.8455727834, - -0.7671619426, - 0.8987028496, - 0.6110709048, - 2.7598142193, - -4.6815935268, - 0.9227273089, - -4.4617670261, - 3.304331427, - -4.9056616075, - 0.8563141357, - -5.8889824839, - -2.998209467, - 1.7242970052, - -1.2480321852, - -0.975974124, - 1.8048862439, - 1.4810275414, - -0.4489186938, - -7.8716066565, - 1.8305754809, - 2.3758996966, - -4.0840381076, - 0.511994141, - 2.3561564188, - -1.8099415196, - -6.9678750052, - 2.2163383495, - -4.3832101315, - -0.0977442974, - 0.4469612911, - 0.6190589068, - -3.9923664824, - -0.2537069808, - -0.9517635634, - -0.745099422, - -3.8174845507, - -0.6870928333, - -6.9698275224, - -4.824004353, - 3.1139341738, - -0.4880301904, - 1.3030136002, - 2.8688932063, - 2.1926134768, - 2.6298741845, - 3.025650846, - 1.2350628205, - -2.7446679861, - 0.1336670141, - 3.1024683047, - 4.9055041462, - 3.1173516042, - 1.5730926887, - -0.5070724258, - 3.4016550643, - 4.0467956149, - 6.093295473, - 5.0591633712, - -2.7620964198, - 2.5247364196, - 2.647086586, - 1.6895717109, - 2.5580686197, - 0.6806439599, - -2.9500776533, - 2.41717624, - 5.0418393595, - 4.5406613701, - 5.5848945381, - -5.8202052908, - 1.4384628468, - 2.4950964741, - 1.1487093353, - 3.1176371508, - 0.2318095042, - 4.2757365759, - 0.2310854792, - 0.9173859454, - -0.2008158459, - 1.5141763073, - -6.3773907519, - -4.2728006741, - -2.0448990134, - -3.88337042, - 0.3256674661, - 3.5027264787, - -0.5171001085, - 1.9175499599, - 4.6431566297, - -5.1688101823, - -0.339153104, - 1.4524116058, - 3.679482305, - 1.8253918947, - 3.0501141436, - 4.596802953, - 2.9918774591, - -3.70235352, - -1.8028466468, - 0.8723962872, - 1.6521201628, - 3.1369325927, - 3.1258090201, - -5.7882477799, - 2.182551129, - 1.8413552942, - 1.0015138509, - 0.4502112672, - 4.1755869513, - 1.9181471533 - ], - "MS:4000083": [ - -1.486755263, - -0.3965900879, - 1.1636677021, - 0.4218368225, - 0.6279504624, - 0.2787506494, - 0.4859709784, - 2.2673566673, - 1.3419932346, - -0.6029531974, - 0.0264738709, - 0.1210826655, - -0.9580036113, - -0.399662916, - 2.3713223448, - 3.1825507983, - 2.520605116, - -1.5236703016, - -2.0860320842, - 0.1323864229, - -1.6463719321, - -2.4429804195, - 0.4138364442, - 1.3008876819, - 3.4981558052, - 3.6362225519, - 0.081043987, - 1.0122156378, - 0.3938019126, - 0.7976645154, - 0.7794141485, - 0.959752943, - -3.7132336063, - 2.3439740591, - -0.8625858404, - 1.791741973, - 1.5236595734, - 1.5675532231, - 0.0079893576, - -1.7107311631, - 3.2602117215, - 0.7698946646, - -0.4215726074, - 2.2741852328, - 2.5798029939, - 0.9805048612, - 1.3405782287, - 1.6911617993, - 1.8060535806, - 1.2790567434, - 1.6590662494, - 1.2181793678, - -0.2107432521, - -5.9904584463, - 1.53809143, - -1.0033279918, - 0.4417725871, - 1.7128056955, - 2.4502353921, - 0.4828558561, - 0.8326262865, - -3.981127079, - -1.9137287517, - -2.2263735093, - -3.9891276301, - 0.3262778151, - -2.1857826473, - -1.9567649201, - 1.8440867941, - -3.7656766736, - -4.037478948, - -0.7788136838, - -5.185592749, - 0.2680087429, - 1.5587023154, - -0.7157441253, - 2.3901013509, - -0.8052396849, - 2.0517632033, - -0.4879533262, - 0.0530671784, - -0.2105810034, - -2.7002555815, - -3.0626289465, - 1.9458025121, - 2.4022452508, - 0.9823209367, - -2.0473003669, - -0.8742348843, - -0.1641980522, - 2.8442381951, - 2.9656207537, - 2.3052354842, - 2.8976270925, - -0.7858774719, - -0.0558701876, - 1.2198338665, - 1.7660043305, - 1.4689670126, - 0.2245921778, - 1.2642989407, - -0.9735745956, - -1.5579074257, - 1.286454285, - -2.3623315276, - -2.3023656978, - -1.3121778839, - -0.1465082872, - 2.7256178828, - -1.765974423, - -1.854691044, - 3.0529456864, - 3.3335193961, - -3.3877463244, - 2.7927366281, - 4.9376180282, - -0.8181841267, - 1.1165612318, - -0.7714025885, - 0.533058856, - 4.4182956069, - 0.7681319913, - 2.3109508685, - -1.6220365787, - 3.5282605601, - 3.7933422228, - -2.006225506, - 3.1132839131, - 1.3618508505, - 1.3592252, - 0.3596705725, - 1.1003876276, - 1.9165579279, - -0.205539836, - 2.5552211538, - 3.1718394172, - 1.6739331117, - -0.1957722062, - 2.3547678884, - 1.9239197118, - 3.4735203895, - 3.6370827256, - 2.1447250745, - 4.856972227, - 2.330321779, - 2.2757798249, - 4.5178460302, - 0.9441327504, - -4.1618707061, - -1.7057040598, - -1.8004566642, - -2.8649081728, - -2.3515415373, - -0.0159179495, - -2.7911718195, - -2.7945172431, - -2.4358855025, - -0.1571510545, - -4.2446172948, - -0.6236937584, - -4.9038117532, - -2.2082239264, - 1.6166730051, - 0.3292655666, - -3.6341940496, - 0.2933969087, - -0.2030728319, - -1.0423704741, - 0.2271753944, - -5.6189815651, - 0.8678367603, - -0.7796477169, - -1.8928767613, - -0.9950594629, - -4.1288012632, - -0.2688994277, - -3.3734016679, - -2.1717201086, - 0.4155345397, - -0.5107364471, - -8.3031694775, - -2.7128050278, - -0.5877460293, - -1.2300092444, - -0.4631463321, - -0.8985672264, - -0.1057844011, - 2.0658145023, - -1.9044567629, - 1.6752432249, - -1.9487552566, - -2.283720799, - -0.5256638754, - 1.2704269883, - 1.0245405146, - -3.4973305234, - 0.8234502071, - 2.817842756, - 0.9093052226, - 1.3638511588, - 3.3107204798, - 1.7015161138, - -0.3359203872, - 0.2777033654, - -0.1842247635, - 0.2343154685, - -3.5565747211, - -1.3677633713, - 0.1746341638, - -1.9822911116, - -0.5654405766, - 0.5406554403, - -1.1740038798, - -5.8864479253, - 1.4858206407, - -2.276237443, - 1.5351798599, - -1.3299021983, - -2.3492399815, - -5.3349571543, - 0.7809367436, - 0.6709414194, - 1.235160356, - -0.5123827017, - -0.449581606, - -1.348393423 - ], - "MS:4000084": [ - -0.2766203768, - 1.7808802633, - 0.1736233713, - 0.0138690699, - -0.6287316786, - -0.2886769486, - -2.1754672639, - -0.8820352473, - -1.5557342637, - -0.2442097885, - -0.2540317107, - -2.2939588397, - 1.6336153893, - -1.9102123456, - -1.2562109422, - -2.8529809857, - -1.3415328597, - -1.0141819096, - 0.4602074967, - -1.1313942722, - -0.3736082111, - 0.6702313991, - -5.2066102178, - -2.216369313, - -1.7784631342, - -3.4200651724, - -2.6621075614, - -1.7063320187, - -2.3851620001, - -1.989957389, - -1.4717258688, - -1.7738746971, - -0.4002628137, - -3.1127883192, - -0.6433369744, - -3.4052156606, - -3.0346732392, - -2.332333378, - -1.2321911808, - -2.137956296, - -3.3202333816, - -2.2923066183, - 0.9441580922, - -4.3340161065, - -3.5957776469, - -3.7459415598, - -3.0837428107, - -2.6012709668, - -2.3125192337, - -1.5021133084, - -2.3768023565, - -2.1086435888, - -3.8668386752, - -0.1607162346, - -1.6938835722, - -2.2322143572, - -2.1251113576, - -2.439061118, - -1.8479459893, - -2.7821292919, - -2.1886461388, - 1.1022731571, - -1.224409654, - -0.2591354673, - -2.3741801305, - -1.6834357832, - 1.7403148816, - 2.9656921339, - 1.1756944192, - 1.8642252426, - 2.4558135206, - 0.5527130201, - 0.3949829861, - 0.764363734, - 1.8063277784, - -2.6558298533, - 0.3350480027, - -1.5472526781, - 1.2200304331, - 2.1502501293, - 0.2013914473, - 0.0446128905, - -2.2163511715, - -0.4826676842, - 3.3635828421, - 2.7893021313, - 1.3628919314, - 0.1811456416, - 2.5397000883, - -2.7494475814, - 1.5011960086, - -0.5186530101, - 2.1006829023, - 1.7803073747, - -0.6398068751, - -1.2446598297, - 3.0496263459, - -1.4896127306, - -0.0608320016, - 1.6431227012, - 0.6647613968, - 0.919778263, - 1.5596656954, - -0.4105861083, - -0.2108989457, - -0.5647282858, - 1.2191495587, - -0.0358405263, - 0.5650551566, - 0.4731532887, - 0.3196517915, - -0.7448972808, - 1.6036461331, - -0.7345159861, - 0.7508243028, - 1.6400808421, - -0.0380485698, - 1.3164500551, - 1.9382638257, - 0.8358360539, - 4.0436066873, - 1.2189799844, - 2.0622353359, - 0.3583357985, - 5.3287093962, - -0.0497758655, - -1.0926718535, - 1.6865399052, - 2.403880588, - 5.3689165072, - 4.8689264793, - 2.1790882036, - 1.719411485, - 3.4278663476, - 3.9113103891, - 0.2026848412, - 2.8865514553, - -1.2054755078, - 2.9986990389, - 2.6179489964, - 4.0573098117, - 2.4088738718, - 1.7383306698, - 6.185028542, - 3.6052976034, - 2.6810055072, - 2.9970703579, - -1.5940529365, - 0.7269170791, - -1.1528825656, - -0.644418421, - 0.9163095137, - 1.1829633313, - -3.0918546206, - 0.584744672, - 1.6520310552, - 0.7627244549, - 0.2326803026, - 2.9424630163, - 0.5854472306, - 2.5356643898, - 1.5422943809, - -0.220200397, - -0.3396047961, - 1.9788161348, - 0.6886351975, - 0.521658645, - 0.939633228, - 0.5924712314, - 1.5269837156, - 0.4775058009, - -0.382558746, - 0.3350931701, - 0.0923630787, - -2.8369673938, - 0.6990785044, - 0.7704581882, - -0.3077553452, - 0.568508925, - -0.9561704562, - 0.663821978, - 0.429564779, - -0.3838969774, - 0.5893210076, - -0.2539882181, - -1.4676653354, - -0.467939408, - -0.2546326038, - -1.4623508149, - -0.6729554697, - -0.3872129033, - -0.5683832081, - -0.9728904837, - -0.545623443, - -0.0633339111, - 0.7293068893, - -1.1935029485, - -2.4331475731, - -0.9628147014, - -2.1852229245, - 0.0954276292, - -0.907545975, - 1.00641931, - -0.0094860372, - -0.5632824368, - -2.0720054668, - 1.1997311453, - 1.4841864461, - -0.8744412446, - 2.2765271257, - -0.1846044509, - -1.6476546693, - -0.5551321564, - 0.8974793563, - -0.6290302854, - 0.7035319315, - 1.6503138499, - 0.7951019004, - 1.6767869214, - -2.5899869348, - -0.0665740263, - 0.9382835235, - -0.0915345042, - 2.1003243699, - 0.3337123246, - 0.2758586347 - ], - "MS:4000085": [ - -2.6836316103, - -2.0202377954, - -3.0888055462, - -3.1615028096, - -1.0645121408, - -0.686733902, - 0.1051308721, - -2.3134531669, - -1.1276840195, - 1.8919443277, - -2.9226873102, - 0.5952255875, - 0.3232282117, - 0.7725490363, - -1.8064125554, - -1.4637668335, - -2.0709170197, - 1.3225350747, - 1.2844101582, - 1.4209488835, - 3.7069651623, - -0.4833892703, - 0.5180034387, - -0.1330345948, - -1.4784853975, - -0.8807304644, - 1.6530240203, - 1.4782093821, - 2.197244834, - 2.0832185798, - 1.5401349816, - 1.6409797488, - 0.1029089983, - 0.9573769402, - 1.3367078548, - 1.1448593574, - 1.7747503893, - 1.3016871546, - 2.0881877878, - 3.6816726786, - -0.2690222482, - 1.3271491459, - -3.3130750572, - 1.3262078716, - -0.4466047384, - -0.6615233491, - 0.6807036833, - 0.9845815196, - 0.9393474261, - 2.0492333692, - 1.9456467956, - 0.2936419622, - 2.2550001021, - -0.2801230095, - 1.5061875104, - 2.1520620744, - 1.8630877773, - 0.6260359437, - 0.2565193734, - 2.1940299386, - 1.1431797641, - -1.7350367593, - 0.427214186, - 0.9984204184, - -1.4720971465, - -0.6012641273, - 0.4456773467, - 2.2815484129, - -0.767266954, - -0.9683302993, - -1.7176716072, - 0.1342994312, - -0.7939013687, - 1.1087064877, - 0.6836685802, - -0.9657873707, - -1.4284672427, - 1.2224541266, - 0.9030583042, - 0.8109339202, - 2.6171052658, - 2.0017429403, - 2.2682132521, - -2.1849916838, - 2.4513609731, - 0.2912862822, - 2.6616245562, - 1.3273360604, - 1.9136171388, - 2.0250449257, - 0.0474925911, - -0.7726885193, - 0.6173259359, - 0.926906868, - -3.7568973698, - 3.0393061215, - 3.393006097, - 1.917486867, - 3.2310468001, - 0.9071759103, - 1.3964680171, - 1.235102502, - 3.0988192364, - 2.2933548105, - -1.1522884297, - 0.3531654301, - 1.3215432284, - 2.9519955985, - -0.021108574, - 1.2585524089, - 2.6362955886, - 0.3919919469, - -0.0916750612, - 4.8119878251, - 0.9644206323, - -0.2621033429, - -3.7615748467, - 2.2822443376, - 0.0284772386, - 1.5799023679, - -0.9046583955, - 0.5442315987, - 0.087252778, - -0.1811988155, - 0.9822612718, - -0.2593701379, - -3.091153702, - -0.3090633092, - 2.2723279914, - 0.9315060625, - 0.795611678, - 2.7205648778, - 1.3117141809, - 0.8205411031, - 1.2576570962, - 0.2272574844, - 1.7667666266, - -1.5546577702, - 1.4668412065, - 1.217010192, - 0.8898062475, - 0.5441170332, - 1.8990889802, - 1.4416008705, - 1.8175907624, - 1.2138829088, - -0.4948531237, - -3.7852453324, - -0.629978818, - -1.6914183234, - 0.1849671722, - -0.8255348305, - 0.3417951204, - -1.8894297218, - -1.1934677141, - -2.8845430469, - -4.9050003336, - -2.7474316741, - -1.6930147231, - -1.9464306679, - -0.7507302543, - -1.0565488914, - -3.5677178123, - -1.8055868386, - -1.3740948973, - -2.7203785109, - -1.68999888, - -2.2914266649, - -3.4133182417, - 1.6228278208, - -1.212803682, - -1.2665147761, - -0.8108345822, - -0.6226735532, - 1.3484133563, - -0.1543830735, - -0.7384427849, - 0.0727835086, - -3.6127909532, - -0.52484856, - 3.0053390042, - 1.248744243, - 0.4525774397, - -0.1374732779, - 0.7084067136, - -1.3116009746, - -1.9873870587, - -1.4555852939, - 0.6550334495, - -0.8633308878, - 0.259757384, - -0.2792181262, - 0.0970819499, - -1.4784912355, - -1.5643310163, - -0.1120417082, - -2.7115775789, - -1.8749005428, - -2.2827337466, - -3.2707525227, - -3.2655013024, - -0.763694625, - -0.7573739042, - 0.3109746714, - 0.5657467782, - 0.4427234822, - -0.5928987658, - 0.3598305612, - 0.2859347754, - 0.698730761, - 0.8382571087, - -0.4142894615, - -1.1832546851, - 1.0387083823, - -3.7616868145, - -3.2920619163, - -4.607572506, - -1.7923744262, - -2.5094884481, - 2.6458743956, - -3.1945346213, - -1.5206052079, - -3.0007577017, - -1.6545045575, - -0.8148747906, - 0.7498869276 - ], - "MS:4000089": [ - 13, - 16, - 17, - 18, - 19, - 20, - 22, - 23, - 24, - 25, - 14, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 15, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 16, - 46, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 17, - 56, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 64, - 65, - 18, - 66, - 67, - 68, - 69, - 70, - 71, - 72, - 76, - 77, - 78, - 19, - 79, - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 20, - 89, - 90, - 91, - 92, - 4, - 5, - 6, - 21, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 22, - 17, - 18, - 19, - 20, - 22, - 23, - 24, - 25, - 26, - 5, - 23, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 24, - 37, - 38, - 39, - 40, - 41, - 43, - 44, - 45, - 46, - 25, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 26, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 65, - 66, - 27, - 28, - 29, - 30, - 31, - 32, - 6, - 33, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 7, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 8, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 9, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 38, - 39, - 10, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49, - 11, - 50, - 51, - 52, - 53, - 54, - 3, - 4, - 5, - 12, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "MS:4000088": [ - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7 - ] - } - }, - { - "accession": "MS:4000094", - "name": "batch-corrected identified MS1 feature area principal component analysis result", - "description": "A table with the PCA results of identified MS1 feature areas after batch-correction.", - "value": { - "MS:4000086": [ - "GCMS-ToF-sample-10", - "GCMS-ToF-sample-100", - "GCMS-ToF-sample-101", - "GCMS-ToF-sample-102", - "GCMS-ToF-sample-103", - "GCMS-ToF-sample-104", - "GCMS-ToF-sample-106", - "GCMS-ToF-sample-107", - "GCMS-ToF-sample-108", - "GCMS-ToF-sample-109", - "GCMS-ToF-sample-11", - "GCMS-ToF-sample-110", - "GCMS-ToF-sample-111", - "GCMS-ToF-sample-112", - "GCMS-ToF-sample-113", - "GCMS-ToF-sample-114", - "GCMS-ToF-sample-115", - "GCMS-ToF-sample-116", - "GCMS-ToF-sample-117", - "GCMS-ToF-sample-118", - "GCMS-ToF-sample-119", - "GCMS-ToF-sample-12", - "GCMS-ToF-sample-120", - "GCMS-ToF-sample-121", - "GCMS-ToF-sample-122", - "GCMS-ToF-sample-123", - "GCMS-ToF-sample-124", - "GCMS-ToF-sample-125", - "GCMS-ToF-sample-126", - "GCMS-ToF-sample-127", - "GCMS-ToF-sample-128", - "GCMS-ToF-sample-129", - "GCMS-ToF-sample-13", - "GCMS-ToF-sample-130", - "GCMS-ToF-sample-132", - "GCMS-ToF-sample-133", - "GCMS-ToF-sample-134", - "GCMS-ToF-sample-135", - "GCMS-ToF-sample-136", - "GCMS-ToF-sample-137", - "GCMS-ToF-sample-138", - "GCMS-ToF-sample-139", - "GCMS-ToF-sample-14", - "GCMS-ToF-sample-140", - "GCMS-ToF-sample-141", - "GCMS-ToF-sample-142", - "GCMS-ToF-sample-143", - "GCMS-ToF-sample-144", - "GCMS-ToF-sample-145", - "GCMS-ToF-sample-146", - "GCMS-ToF-sample-147", - "GCMS-ToF-sample-148", - "GCMS-ToF-sample-149", - "GCMS-ToF-sample-15", - "GCMS-ToF-sample-150", - "GCMS-ToF-sample-151", - "GCMS-ToF-sample-152", - "GCMS-ToF-sample-153", - "GCMS-ToF-sample-154", - "GCMS-ToF-sample-155", - "GCMS-ToF-sample-156", - "GCMS-ToF-sample-157", - "GCMS-ToF-sample-158", - "GCMS-ToF-sample-159", - "GCMS-ToF-sample-16", - "GCMS-ToF-sample-160", - "GCMS-ToF-sample-161", - "GCMS-ToF-sample-162", - "GCMS-ToF-sample-163", - "GCMS-ToF-sample-164", - "GCMS-ToF-sample-165", - "GCMS-ToF-sample-166", - "GCMS-ToF-sample-167", - "GCMS-ToF-sample-168", - "GCMS-ToF-sample-169", - "GCMS-ToF-sample-17", - "GCMS-ToF-sample-170", - "GCMS-ToF-sample-171", - "GCMS-ToF-sample-172", - "GCMS-ToF-sample-173", - "GCMS-ToF-sample-177", - "GCMS-ToF-sample-178", - "GCMS-ToF-sample-179", - "GCMS-ToF-sample-18", - "GCMS-ToF-sample-180", - "GCMS-ToF-sample-181", - "GCMS-ToF-sample-182", - "GCMS-ToF-sample-183", - "GCMS-ToF-sample-184", - "GCMS-ToF-sample-185", - "GCMS-ToF-sample-186", - "GCMS-ToF-sample-187", - "GCMS-ToF-sample-188", - "GCMS-ToF-sample-189", - "GCMS-ToF-sample-19", - "GCMS-ToF-sample-190", - "GCMS-ToF-sample-191", - "GCMS-ToF-sample-192", - "GCMS-ToF-sample-193", - "GCMS-ToF-sample-195", - "GCMS-ToF-sample-196", - "GCMS-ToF-sample-197", - "GCMS-ToF-sample-198", - "GCMS-ToF-sample-199", - "GCMS-ToF-sample-2", - "GCMS-ToF-sample-20", - "GCMS-ToF-sample-200", - "GCMS-ToF-sample-201", - "GCMS-ToF-sample-202", - "GCMS-ToF-sample-203", - "GCMS-ToF-sample-204", - "GCMS-ToF-sample-205", - "GCMS-ToF-sample-206", - "GCMS-ToF-sample-207", - "GCMS-ToF-sample-208", - "GCMS-ToF-sample-209", - "GCMS-ToF-sample-21", - "GCMS-ToF-sample-210", - "GCMS-ToF-sample-211", - "GCMS-ToF-sample-212", - "GCMS-ToF-sample-213", - "GCMS-ToF-sample-214", - "GCMS-ToF-sample-216", - "GCMS-ToF-sample-217", - "GCMS-ToF-sample-218", - "GCMS-ToF-sample-219", - "GCMS-ToF-sample-22", - "GCMS-ToF-sample-220", - "GCMS-ToF-sample-221", - "GCMS-ToF-sample-222", - "GCMS-ToF-sample-223", - "GCMS-ToF-sample-224", - "GCMS-ToF-sample-225", - "GCMS-ToF-sample-226", - "GCMS-ToF-sample-227", - "GCMS-ToF-sample-228", - "GCMS-ToF-sample-229", - "GCMS-ToF-sample-23", - "GCMS-ToF-sample-230", - "GCMS-ToF-sample-231", - "GCMS-ToF-sample-232", - "GCMS-ToF-sample-233", - "GCMS-ToF-sample-234", - "GCMS-ToF-sample-235", - "GCMS-ToF-sample-236", - "GCMS-ToF-sample-238", - "GCMS-ToF-sample-239", - "GCMS-ToF-sample-24", - "GCMS-ToF-sample-25", - "GCMS-ToF-sample-26", - "GCMS-ToF-sample-27", - "GCMS-ToF-sample-28", - "GCMS-ToF-sample-29", - "GCMS-ToF-sample-3", - "GCMS-ToF-sample-30", - "GCMS-ToF-sample-32", - "GCMS-ToF-sample-33", - "GCMS-ToF-sample-34", - "GCMS-ToF-sample-35", - "GCMS-ToF-sample-36", - "GCMS-ToF-sample-37", - "GCMS-ToF-sample-38", - "GCMS-ToF-sample-39", - "GCMS-ToF-sample-4", - "GCMS-ToF-sample-40", - "GCMS-ToF-sample-41", - "GCMS-ToF-sample-42", - "GCMS-ToF-sample-43", - "GCMS-ToF-sample-44", - "GCMS-ToF-sample-45", - "GCMS-ToF-sample-46", - "GCMS-ToF-sample-47", - "GCMS-ToF-sample-48", - "GCMS-ToF-sample-49", - "GCMS-ToF-sample-5", - "GCMS-ToF-sample-50", - "GCMS-ToF-sample-51", - "GCMS-ToF-sample-52", - "GCMS-ToF-sample-53", - "GCMS-ToF-sample-54", - "GCMS-ToF-sample-55", - "GCMS-ToF-sample-56", - "GCMS-ToF-sample-57", - "GCMS-ToF-sample-58", - "GCMS-ToF-sample-59", - "GCMS-ToF-sample-6", - "GCMS-ToF-sample-60", - "GCMS-ToF-sample-61", - "GCMS-ToF-sample-62", - "GCMS-ToF-sample-63", - "GCMS-ToF-sample-64", - "GCMS-ToF-sample-65", - "GCMS-ToF-sample-66", - "GCMS-ToF-sample-68", - "GCMS-ToF-sample-69", - "GCMS-ToF-sample-7", - "GCMS-ToF-sample-70", - "GCMS-ToF-sample-71", - "GCMS-ToF-sample-72", - "GCMS-ToF-sample-73", - "GCMS-ToF-sample-74", - "GCMS-ToF-sample-75", - "GCMS-ToF-sample-76", - "GCMS-ToF-sample-77", - "GCMS-ToF-sample-78", - "GCMS-ToF-sample-79", - "GCMS-ToF-sample-8", - "GCMS-ToF-sample-80", - "GCMS-ToF-sample-81", - "GCMS-ToF-sample-82", - "GCMS-ToF-sample-83", - "GCMS-ToF-sample-84", - "GCMS-ToF-sample-87", - "GCMS-ToF-sample-88", - "GCMS-ToF-sample-89", - "GCMS-ToF-sample-9", - "GCMS-ToF-sample-90", - "GCMS-ToF-sample-91", - "GCMS-ToF-sample-92", - "GCMS-ToF-sample-93", - "GCMS-ToF-sample-94", - "GCMS-ToF-sample-95", - "GCMS-ToF-sample-96", - "GCMS-ToF-sample-97", - "GCMS-ToF-sample-98", - "GCMS-ToF-sample-99" - ], - "MS:4000081": [ - -0.4378513055, - 0.041082478, - 5.464116568, - -2.5170450842, - -2.2467443001, - 1.5114070719, - -2.9367714347, - 3.9116434276, - -2.7525420608, - -2.8741997634, - 2.6678737668, - -5.8564664926, - -1.6158778315, - -0.4296995423, - 3.484763653, - 0.65780908, - -1.7556353045, - 3.3587306605, - -4.1336267166, - -1.0829195452, - 6.1093246709, - 3.2365509642, - -1.9073337654, - 1.8480410116, - -0.9120082382, - -1.3961692392, - 0.3663572444, - -4.0984995306, - 1.6911904515, - -2.537489125, - 0.0554987673, - 2.157232999, - 1.5590052126, - -2.0105560962, - -3.8669729111, - 2.442443533, - 0.0257336089, - -5.8225527674, - -0.658840166, - 6.7701376772, - 1.2039021879, - -3.0187050428, - -3.080167627, - 0.8882273613, - 1.0546549278, - 1.9072824274, - -1.5406110148, - -2.7158148441, - -1.9515231418, - -3.1094549946, - 0.6132912519, - 4.6168424356, - -9.972211437, - 9.1362679581, - 1.2654886545, - 4.5252633999, - 5.1441179442, - 0.4522944532, - -1.8446791466, - 1.7568127629, - 3.4731895411, - -11.87099136, - -9.0407907627, - -1.4293291326, - -9.0010592049, - -9.0157792208, - -5.0746514696, - -0.4824697336, - -2.4492364184, - -8.4216838626, - -8.7421767692, - -2.8095317268, - -10.0905645283, - -4.7153451225, - -0.563286697, - 2.7617063858, - -1.9282507281, - -2.4439936365, - 2.6533460926, - -0.5303231663, - 0.0064899967, - -2.3295274542, - 0.0255744654, - -2.9017425718, - 0.2141170122, - -4.0060592762, - -2.8466048294, - 0.0143802517, - -2.8217854572, - -4.8904157812, - -3.6625148218, - 0.0204135756, - 3.3421383475, - -1.3285635236, - 2.5726409784, - 0.3872013396, - 3.2254789773, - -1.035635092, - -0.4464157702, - -4.7390472231, - -2.4607345039, - 0.1704242508, - 8.7280268155, - -3.9441217989, - 0.7885290143, - -6.5496365923, - -1.0755269094, - -1.3010046824, - -1.8069211353, - -3.5672694777, - 6.5547236082, - 0.7002551007, - -2.3814976077, - 4.3279160587, - 1.2966525099, - 1.1530400353, - 2.0457761045, - 0.7549846898, - -2.0719153747, - -2.2287673518, - 3.2868276136, - -1.2842048009, - 3.3121386605, - -2.0662039993, - 4.2345873681, - -2.61252257, - 7.6573753, - 0.86915735, - -1.9615014628, - -1.502808324, - -2.4531740339, - 1.0478308929, - -4.1748942192, - -3.9703053705, - 3.6195961326, - -5.0416448983, - 0.6002809494, - -0.4168117818, - 1.8014023845, - -1.698495334, - 1.8711517636, - 4.2468122872, - -2.3337973463, - 1.9586966192, - -0.4244632071, - -0.300176847, - -3.0015338564, - -2.9098868246, - -2.1317490936, - 1.0828142454, - -2.9034507567, - -0.7265803707, - 1.6220390818, - 0.6538821382, - -1.4614343023, - 4.7810207761, - 5.0800516552, - 2.4473137962, - 0.6155423951, - 2.449675, - 0.4512195046, - 0.6411828913, - 3.1553749652, - -3.7229359038, - 6.7660919163, - 0.9349038349, - 0.4727624903, - 2.0070473024, - 3.821517156, - 8.7619887077, - 3.7256929603, - 0.8229886698, - 0.5872539508, - 0.2400366204, - -13.1906112335, - 2.8655348886, - 2.4310226939, - 6.0260507739, - 3.474656051, - 3.7311215873, - 7.4504069495, - 4.3779316014, - -1.3267222906, - 1.1293921318, - 0.6622162899, - -1.2929852974, - 1.1122695764, - 1.4758636504, - -0.7137133573, - 2.0449034912, - 2.9044737992, - -0.9229875491, - 6.0488400904, - 5.3424207059, - 2.9092566157, - 0.0544777924, - 6.116154629, - 2.6234142426, - 1.9229728466, - 4.1341671594, - 0.6841565383, - 1.2080016698, - -1.1255904585, - 0.917603306, - -1.1283258412, - 2.9241470744, - 0.3755561565, - -1.2672327806, - -4.3163977223, - -1.3075669162, - 0.4638421369, - -2.1460317494, - -0.7609973534, - 2.3254250385, - 1.394132967, - -1.5195500927, - 4.8755499459, - 2.5615357412, - -2.2870901527, - -1.4922096401, - -1.1441612399, - 3.81995057, - 2.667233168, - 0.9219544562, - -3.0005375919, - 7.3861383357 - ], - "MS:4000082": [ - -1.3379076029, - 2.0719734906, - 3.1049060343, - 3.3127157044, - 5.0615565266, - 2.7908657507, - 2.3936517704, - 1.0276344171, - 1.9679977328, - 2.2351909979, - -2.9678071337, - 2.209138944, - 1.9210804054, - -0.2461549887, - 0.2694083905, - 0.176255084, - 0.1730803977, - -1.4783277594, - -0.6193819755, - 2.2707998915, - -1.9088537706, - -0.6485595704, - -1.8920153612, - -0.686615099, - -0.5275727326, - -0.404001095, - 0.8851336587, - 1.8281364598, - 1.3733920425, - 0.2423167052, - 1.5249033503, - 1.0652377239, - -0.8025408455, - 1.8453642018, - -0.1431480914, - -2.4955245665, - 0.933369624, - 1.4692045251, - -1.5597705961, - -6.916177535, - -4.2948355626, - 1.2749366088, - -0.1953752674, - -4.3322718974, - -3.2815523593, - -8.0477410822, - -0.6674677681, - 1.4703122803, - 0.995077341, - 0.9785222102, - -1.8212919822, - -2.8687419127, - -3.9844657818, - -6.1121686247, - -0.2479498332, - -9.2882972636, - -2.5726247057, - -3.438251797, - -0.4542187246, - -2.7555829887, - -5.9018971096, - -4.4665092217, - 1.1380756896, - -0.108231004, - -6.4565087798, - 0.8294880415, - 0.2942234172, - -4.5886000874, - -6.1861594315, - -4.1396547809, - -2.8071262852, - -0.478432081, - -6.1483900166, - -2.2612696162, - -3.933606655, - -6.4906855417, - -3.418188562, - 1.1851223761, - -6.7200519158, - -5.9277297377, - 1.5003317913, - 0.4321048459, - -0.8024444842, - 3.031124503, - 0.9694366793, - 0.2954929729, - 2.5595403283, - 1.1930535424, - 0.2040604485, - 1.6839578283, - 1.1652331223, - 1.9311711594, - 0.0882582192, - -1.2654694929, - -4.5335128096, - 1.335684209, - 1.2214350039, - -2.7237786419, - 0.1819661676, - -1.5547847936, - 2.1326476993, - -0.2750604321, - -3.0443280594, - 3.1383128082, - 0.7666625101, - 1.2361743219, - -0.3711167586, - 1.5175039691, - -0.9680374807, - -1.4767542001, - -1.218777919, - 1.5925291707, - -1.3787004006, - -0.8518421092, - -0.1518077447, - -2.5070156234, - 0.5100553697, - 0.816049988, - 0.2315226015, - 3.4012566334, - -2.5959728091, - -0.1274050711, - -4.122275062, - 4.3479523523, - -3.9044659328, - 1.4884936476, - -7.7320900966, - -2.8513029493, - 0.4541060347, - 0.4251711443, - -1.1220565297, - 1.9810956414, - 2.221202802, - 0.3628010121, - -5.886267802, - 1.9575190242, - 3.5779387952, - -4.1597647551, - 1.4789408887, - 2.2812721974, - -1.1640809133, - -5.9989095906, - 0.8859351082, - -3.917673353, - 0.3101599968, - 1.4529993032, - 1.5893018825, - -3.6076738018, - 0.6228809327, - -0.23738206, - -1.1248147058, - -6.3417685239, - -0.3868937262, - -6.2494888171, - -5.5726460532, - 4.9464129, - 1.2279552099, - 3.1860466832, - 4.3024514676, - 3.6517453746, - 3.5151090696, - 4.2615630327, - 3.4765053967, - -1.7949332363, - 2.0202978014, - 3.465694328, - 6.2460406167, - 3.2905589926, - 3.6562665103, - 1.4306668951, - 4.1858225765, - 4.4611141782, - 7.7595545241, - 4.5925202225, - -9.6299186722, - 3.5684533564, - 3.0785991963, - 3.1946573447, - 3.3720927859, - 1.6601644132, - -0.8926129637, - 2.5086265749, - 3.9727229807, - 4.5573071802, - 5.0982050329, - -5.7971612802, - 3.1072784619, - 3.0907060158, - -0.2764551157, - 3.2390104229, - 0.3879459091, - 4.6157365447, - 1.8049342073, - 2.2495699835, - -0.3240157726, - 3.605356997, - -7.4091411511, - -3.5125230154, - -1.1991136609, - -3.5442291212, - 1.5515970856, - 4.5952204655, - 0.4002151087, - 2.5231662431, - 4.4932087495, - -5.7823782148, - 1.5075565512, - 1.0356087704, - 3.2425501131, - 2.3764675324, - 3.7683604197, - 3.6983434504, - 3.0736185004, - -3.1034754812, - -1.3764290055, - 2.7877967588, - 3.0194373505, - 3.6023532006, - 3.2837291292, - -9.30462028, - 2.5341222655, - 3.1770521982, - 1.6248571986, - 1.942014529, - 3.8521735705, - 3.4340567459 - ], - "MS:4000083": [ - 2.4957145183, - 2.0074886436, - 2.6374608754, - 2.1731512105, - -0.8959545146, - 0.9869374893, - -2.7596840496, - -0.5640314789, - -2.1238316989, - -1.9908895669, - 0.7741750115, - -3.3270561255, - 3.6282306061, - 0.5430933953, - -3.5315611798, - -1.3360157257, - 1.1792085054, - -0.4959336895, - -0.8143944797, - -3.2768883113, - 1.0458636829, - 2.5015161076, - -0.9185124094, - -3.8736948665, - -0.1513133801, - -3.7148424166, - -3.1034486854, - 0.1170204414, - -1.0862550909, - -4.7327062112, - -0.4303194795, - 0.3671203957, - -0.637353231, - -3.3783488796, - -1.1981402683, - -3.090490691, - -4.5609926703, - -4.0160177227, - -0.9549412309, - 0.2543208682, - 0.6622941669, - -3.9249669175, - 3.4979722778, - 1.7646972806, - -1.0952880801, - -0.9059870816, - -3.0246067928, - -0.1779912065, - -2.1226035533, - -5.0804847204, - -2.5325519167, - -0.8828685096, - -4.8193021206, - 4.2683258616, - -0.6045771501, - 0.1652839399, - -1.6991338784, - -4.5762188927, - -1.9645375555, - -2.408307654, - -0.5581874135, - 8.2167438299, - 4.5442332576, - 1.9835065076, - 0.3629029612, - 2.4538303576, - 4.8883129375, - 0.4343879146, - 2.1394178724, - 6.2548210554, - 6.5829641594, - 0.7728421224, - 6.6507314005, - 1.7233719998, - 2.4279788291, - 3.4202173175, - 1.7165883469, - 0.5363129383, - -0.5169271166, - 3.0750268598, - -3.8744723944, - -4.4049781756, - -1.2638229321, - 0.2423303965, - -1.3724001151, - 0.2998041516, - -1.3411994279, - 2.1596911161, - -0.632673901, - -3.2814778604, - -0.3957967833, - 0.7045631122, - -1.8913569467, - -4.156895368, - 2.9137878558, - -2.6335896275, - -2.7477910403, - -0.4913111832, - -5.1170942262, - -2.9656339042, - -0.2830553914, - 1.1746551117, - 1.109078485, - -2.0627048573, - -1.4034050665, - -1.6954253242, - 1.2203905797, - -4.0073248527, - -1.7590872327, - -0.3987362574, - 2.5657370383, - -0.6406674419, - 0.2579806594, - -2.6418803239, - -2.5860747604, - 0.2467403482, - -1.5511996136, - -2.9533278215, - 0.208685287, - -0.6502873008, - -3.635492391, - -2.1980690461, - -1.1564972558, - 0.6198573278, - -1.3618244764, - -1.145050593, - 1.2302456378, - -0.2915731293, - -4.251198076, - 2.3545453616, - 1.7172280808, - -3.2995350499, - -0.7995541195, - 1.3437913621, - -4.9306440561, - -1.1273369625, - -0.0138454403, - -3.0669806975, - -1.9891840991, - -1.6862502693, - -3.1030090876, - -4.0581399493, - -2.3480802651, - -3.5199708019, - -1.6338121708, - -0.7346138456, - 0.5226384718, - 1.5343376131, - 1.7455506833, - 1.1097149148, - -2.6336158542, - 1.7537510583, - 0.1604048335, - -0.3799264297, - 2.7550080697, - 2.2418981518, - -1.0797679942, - 2.3964273035, - 3.9882784162, - 1.3693138793, - 3.4528718676, - 3.2730234918, - 2.8797752094, - 2.4232529015, - 1.5420652467, - 0.9751378053, - 2.3210265502, - 1.6608803687, - 4.4810281367, - -0.251080149, - 1.0162953253, - 0.0478008416, - 4.3114903537, - -0.0068791982, - 0.9620544079, - 0.7333216603, - 4.0700027927, - 1.5787251002, - 1.8854166642, - 1.3123301139, - 1.2150299149, - -0.3149245711, - -1.9452021606, - -2.0961890933, - -1.5387466529, - 2.2925553411, - 4.5739963955, - -0.2017113882, - -3.4252906544, - 0.3536913304, - -1.4535552361, - 1.4528576753, - 3.2759882987, - -0.6956253987, - -0.0796139642, - -1.3697713372, - 1.4198960104, - 2.4175197225, - 1.5833561712, - -0.1734877564, - 1.7652088476, - 1.5051705315, - 3.8903428675, - 2.7505813964, - -1.3839037637, - -0.5081976835, - 2.8975726333, - 1.4056386568, - -2.7695698409, - 3.2504583933, - 0.0279458077, - -2.3074591717, - 0.0848698012, - 0.3387132971, - 1.3898673386, - 0.6248216307, - 2.1264397921, - -0.6485744258, - 2.5748094095, - -0.2773458551, - 1.205802744, - 2.7392685119, - 0.9230962545, - 5.288044991, - -0.163433963, - 3.6158192131 - ], - "MS:4000084": [ - 2.195431331, - -1.3532219705, - 1.9931159041, - 2.5961630636, - 0.9530679607, - -0.2734641895, - 1.2545210244, - 2.5017364639, - 2.1514700127, - -0.731191396, - 2.7516094323, - 0.7308246607, - -0.9494404658, - 0.6821250594, - 1.0171073323, - 2.2627866425, - 4.1188816485, - -2.1859008012, - -2.7166489209, - -0.8720589315, - -3.0744738266, - -0.603514218, - 2.3489501002, - 1.3082763172, - 3.5897912325, - 3.252842663, - -0.8413126644, - 1.694962345, - 0.1158978071, - -0.8719516031, - -0.0420177893, - 0.4510937558, - -1.1495189652, - 1.5705745871, - -1.976087723, - 0.653739155, - -0.0460214785, - 0.7669453133, - -1.700174911, - -0.3312395241, - 3.0013627015, - -0.2066454142, - 4.9492090311, - 1.0300564203, - 1.4106921095, - 0.1455162863, - 0.3717801627, - 2.108396633, - 2.3058380665, - -0.417233287, - -0.0044438669, - 0.1710926892, - 0.2968872168, - 0.1680708033, - 1.2607357549, - -0.447247469, - 0.4228200028, - 0.5682139452, - 2.2399483153, - 0.8285719646, - 0.3195439123, - -4.4820251146, - -1.2810108857, - -2.0160152282, - 3.0268043351, - -0.6108371106, - -5.2356687377, - -5.306149341, - -0.2147288809, - -4.3298954848, - -4.2390072598, - -2.6606679086, - -2.7359195875, - -0.3056741535, - 0.1670554728, - 3.3497616347, - 3.2077390825, - -1.1934835837, - -0.8789676751, - -2.9464727168, - -1.9292685625, - -0.7956991305, - -2.6566539295, - 1.3208364855, - -1.9428302262, - 1.8839610243, - -0.0151782321, - -2.5642092899, - -3.6517793421, - -0.1767410294, - 2.5877515067, - 1.1098872592, - -0.4862789263, - -0.0218326317, - 3.3501898597, - -1.0763781944, - -3.1758126434, - -0.0256881161, - -1.9991932732, - -2.0939639085, - 0.7499526294, - -3.3538733269, - -2.5780905018, - 0.2246029092, - -0.5726355937, - 0.6797636459, - -3.1482652753, - -2.1360337719, - 1.604108122, - -3.2481051179, - -2.4630120834, - 0.9306009763, - 2.8385207816, - -3.1341005764, - 0.1454539052, - 3.5412146988, - 1.6826624283, - -1.8358612912, - -2.419100393, - 1.0324323783, - 0.1302489885, - -1.9776583132, - 0.0001551262, - -0.4749897859, - -1.7830773066, - 3.8395396115, - 2.4471943828, - 0.0280222451, - -2.6478957724, - -1.3254911318, - -1.2211593698, - -1.6101763107, - 1.2932235054, - -1.0986716037, - -1.6789134325, - 3.2913021113, - -0.895747407, - 1.0838053264, - -1.4195026335, - -1.1966902043, - -1.1929152531, - 0.6419203196, - -1.0861287837, - -1.1274241757, - -1.7984918519, - 1.2908540719, - 3.772733993, - 6.319967004, - -0.8071815624, - 1.044465935, - -1.4399304218, - -1.6890237359, - -1.6755246656, - 3.1209805809, - -0.1825951775, - -1.6711905951, - -1.1373061905, - 2.7573414589, - -3.4544284207, - 1.1029710009, - -3.5934352146, - -0.3979149141, - 4.9178739713, - 3.3750915272, - -1.8895587051, - 0.4933040834, - 1.6017264971, - -0.5594769143, - 2.2117335743, - -5.6144870202, - 0.3339808325, - -0.1711895834, - -0.2118703367, - -0.7916537523, - 1.3198945894, - -0.551837357, - -2.1938459595, - -1.3543824313, - 0.9881644094, - 0.5433161205, - -6.0921839498, - -3.4692251242, - -1.4887015549, - -0.969704319, - -1.0833097386, - 4.5862012814, - 0.8735391608, - 2.3645791465, - -1.1424748052, - 1.4296170418, - -2.5553033707, - -0.3881607806, - 0.8227565695, - 1.1588141363, - 0.9346886384, - -0.6850227548, - 2.3842052017, - 4.4869705923, - 2.04645455, - 2.7308931268, - 4.5547675513, - 3.50058839, - 0.526601187, - 0.6314009774, - 0.7385378771, - 0.054348705, - -2.2820172732, - -2.3827273597, - -0.0273213631, - -2.3254757903, - -0.1519939499, - 0.7558087613, - 0.9733534114, - -4.6021756329, - 2.7551879396, - 1.6921222734, - 1.8599463478, - -0.5839340904, - -1.3296491659, - -3.3684357975, - 2.7892139879, - 1.8920788228, - 2.0080614189, - 1.1811616406, - 0.1593662527, - -0.2545236535 - ], - "MS:4000085": [ - 0.7936133863, - -0.1016825037, - -0.9434314272, - 2.1256690637, - 0.4828090625, - 0.2060444257, - 1.2003500771, - -2.8724091141, - 0.7083640251, - -1.8436056397, - -0.6202336955, - 0.0973173418, - -0.6343095274, - 0.6465408919, - -3.1107084108, - 1.2979755672, - 0.6606078372, - -0.5421965031, - -2.189299127, - -1.6263474688, - 5.8122486186, - -1.1455417155, - 1.2322575189, - -2.3880191706, - -0.8105127052, - 0.9254795644, - -0.4210855287, - 1.0080335861, - 2.1650059657, - -1.7369119354, - 1.5108264395, - 2.2039590213, - -0.9059696872, - 2.4696984016, - -1.9045550608, - -2.4932640533, - -0.0735381158, - -1.6928605793, - 0.4028974598, - -2.3199468772, - -0.6408873529, - -1.6214351604, - 1.5583967926, - 3.6803433318, - 0.5293773511, - 1.6490429451, - 1.7043296125, - 0.4413186762, - -1.0202548784, - -2.9993314355, - 2.7037429213, - -3.1711651222, - -0.3375453118, - 1.2030663794, - 0.6092362235, - -3.0238337745, - -3.24451236, - -2.9151712745, - -0.8462665739, - -1.3887939478, - -2.4019991087, - -2.8549946322, - -2.4971242139, - 2.2058970812, - -2.0720480243, - -0.745088304, - 0.802811039, - 2.2204551055, - 0.7474071022, - -0.2073724657, - -1.265522967, - 2.2598053675, - -1.4798382351, - 2.356843199, - 1.1831371888, - -0.8837520045, - 3.1257160919, - 1.4961247648, - 1.2836661538, - 3.5433330002, - 1.1610773349, - 0.3549754262, - 1.5771923432, - -1.4247271715, - 2.422142647, - 2.3522021959, - 1.4395487094, - 0.5965463122, - 1.0429240094, - 0.5479728602, - 3.2408534702, - 3.1286252619, - 0.4494673407, - 0.4480774838, - -0.1358497416, - 1.5928213181, - 1.8261719093, - 4.8701456375, - 1.2790790173, - -0.0340915792, - 1.2716643582, - 2.6023167205, - 5.0374017877, - 1.7465450771, - -2.128221097, - -2.296085599, - 0.8265495931, - 1.0913434242, - 1.8805240448, - 0.846730626, - 6.2851167635, - 5.0553980912, - 1.9889673903, - 1.7356722558, - 2.796018411, - 3.965661321, - -3.4609046845, - 1.1836794352, - 1.1763180333, - 0.784862066, - 0.5722213197, - 1.0886217391, - 2.531784889, - -2.2138926443, - 0.9282143902, - 3.4925148592, - -3.3086845991, - 2.4118398042, - 1.1568952992, - 1.5328053821, - 0.66674825, - 0.6041233359, - 1.0346500612, - 0.3605480765, - -1.020526488, - 2.017511698, - 1.2963932262, - -4.4340469021, - 2.842918217, - 0.3407099848, - 0.6090398764, - -0.3433628451, - 1.4463538353, - 0.7403584849, - 1.8634983811, - 2.1495408385, - 2.3372611178, - 0.2321462359, - -1.4024962087, - -0.6478837034, - -1.6404307486, - -2.3851842157, - -3.1598739045, - -3.2442509345, - -0.6841745169, - -1.4034202266, - -2.6459932345, - -0.9261340835, - -2.0916499965, - -3.5708349147, - -2.4101362538, - -2.4164875943, - 0.7358129281, - -1.3595121247, - -2.4260316353, - 0.3310799565, - 0.9438634376, - -0.0827138476, - -1.5730370333, - 1.0178657627, - 0.8032922363, - -2.3829499046, - -1.6139480621, - -0.8476386067, - -2.4298448039, - -2.5752977921, - -1.5925186964, - 1.6391163569, - -2.8682223307, - 0.9849015568, - -0.8192273657, - -2.6664936326, - -1.1458636308, - -2.2354698351, - -1.2863782923, - -0.0374863639, - 1.2681868528, - -0.3425102991, - -1.9219791807, - 1.4087534398, - -1.2799802084, - -0.6609310593, - -1.0734018981, - -4.6211985169, - -0.5818697712, - -3.2032179002, - -3.3021417957, - 0.7338586957, - -1.204879216, - -1.4444063684, - -1.2105673201, - 0.7559334384, - 0.882304868, - 0.3843614495, - -1.712881227, - 1.4263226542, - -2.0395293128, - -1.4397519177, - -2.1899152858, - -1.28377102, - -0.5304242252, - -0.649329639, - 0.5181501345, - -1.0241528745, - 1.1294842711, - 0.0682737117, - -2.2468583823, - -1.3129379826, - -0.1194620959, - -1.9260972443, - 0.5521305398, - -0.2539498267, - -0.3628482935, - 0.5886748369, - -0.8492553328, - 3.8661843459 - ], - "MS:4000089": [ - 13, - 16, - 17, - 18, - 19, - 20, - 22, - 23, - 24, - 25, - 14, - 26, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 15, - 36, - 37, - 38, - 39, - 40, - 41, - 42, - 43, - 44, - 45, - 16, - 46, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 17, - 56, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 64, - 65, - 18, - 66, - 67, - 68, - 69, - 70, - 71, - 72, - 76, - 77, - 78, - 19, - 79, - 80, - 81, - 82, - 83, - 84, - 85, - 86, - 87, - 88, - 20, - 89, - 90, - 91, - 92, - 4, - 5, - 6, - 21, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 22, - 17, - 18, - 19, - 20, - 22, - 23, - 24, - 25, - 26, - 5, - 23, - 27, - 28, - 29, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 24, - 37, - 38, - 39, - 40, - 41, - 43, - 44, - 45, - 46, - 25, - 47, - 48, - 49, - 50, - 51, - 52, - 53, - 54, - 55, - 56, - 26, - 57, - 58, - 59, - 60, - 61, - 62, - 63, - 65, - 66, - 27, - 28, - 29, - 30, - 31, - 32, - 6, - 33, - 2, - 3, - 4, - 5, - 6, - 7, - 8, - 9, - 7, - 10, - 11, - 12, - 13, - 14, - 15, - 16, - 17, - 18, - 19, - 8, - 20, - 21, - 22, - 23, - 24, - 25, - 26, - 27, - 28, - 29, - 9, - 30, - 31, - 32, - 33, - 34, - 35, - 36, - 38, - 39, - 10, - 40, - 41, - 42, - 43, - 44, - 45, - 46, - 47, - 48, - 49, - 11, - 50, - 51, - 52, - 53, - 54, - 3, - 4, - 5, - 12, - 6, - 7, - 8, - 9, - 10, - 11, - 12, - 13, - 14, - 15 - ], - "MS:4000088": [ - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 10, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 5, - 4, - 5, - 5, - 5, - 5, - 5, - 7, - 7, - 7, - 4, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7, - 7 - ] - } - } - ] - } - ], - "controlledVocabularies": [ - { - "name": "Proteomics Standards Initiative Mass Spectrometry Ontology", - "uri": "https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.157/psi-ms.obo", - "version": "4.1.157" - } - ] -} -} \ No newline at end of file