Skip to content

Commit

Permalink
Add temporary accession number
Browse files Browse the repository at this point in the history
  • Loading branch information
bittremieux committed Mar 20, 2024
1 parent 49f4133 commit 509f9c0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
12 changes: 6 additions & 6 deletions docs/pages/worked-examples/intro_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ It is typically included at the end of the mzQC file.
"controlledVocabularies": [
{
"name": "Proteomics Standards Initiative Mass Spectrometry Ontology",
"uri": "https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.130/psi-ms.obo",
"version": "4.1.130"
"uri": "https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.144/psi-ms.obo",
"version": "4.1.144"
}
]
```
Expand Down Expand Up @@ -113,13 +113,13 @@ Let's dive into an example metric, like the "protein contaminant intensity ratio

```
{
"accession": "MS:4000XXX",
"accession": "MS:4000177",
"name": "protein contaminant intensity ratio",
"description": "The ratio of intensity covered by a predefined list of contaminant proteins compared to the total ion intensity.",
"description": "The fraction of total protein abundance in a mass spectrometry run or a group of runs which can be attributed to a user-defined list of contaminant proteins (e.g. using the cRAP contaminant database).",
"value": 0.25,
"unit": {
"accession": "UO:0000190",
"name": "ratio"
"accession": "UO:0000191",
"name": "fraction"
}
}
```
Expand Down
20 changes: 10 additions & 10 deletions specification_documents/examples/intro_set.mzQC
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
},
"qualityMetrics": [
{
"accession": "MS:4000XXX",
"accession": "MS:4000177",
"name": "protein contaminant intensity ratio",
"description": "The ratio of intensity covered by a predefined list of contaminant proteins compared to the total ion intensity.",
"description": "The fraction of total protein abundance in a mass spectrometry run or a group of runs which can be attributed to a user-defined list of contaminant proteins (e.g. using the cRAP contaminant database).",
"value": 0.25,
"unit": {
"accession": "UO:0000190",
"name": "ratio"
"accession": "UO:0000191",
"name": "fraction"
}
}
]
Expand Down Expand Up @@ -155,13 +155,13 @@
},
"qualityMetrics": [
{
"accession": "MS:4000XXX",
"accession": "MS:4000177",
"name": "protein contaminant intensity ratio",
"description": "The ratio of intensity covered by a predefined list of contaminant proteins compared to the total ion intensity.",
"description": "The fraction of total protein abundance in a mass spectrometry run or a group of runs which can be attributed to a user-defined list of contaminant proteins (e.g. using the cRAP contaminant database).",
"value": 0.31,
"unit": {
"accession": "UO:0000190",
"name": "ratio"
"accession": "UO:0000191",
"name": "fraction"
}
}
]
Expand Down Expand Up @@ -331,8 +331,8 @@
"controlledVocabularies": [
{
"name": "Proteomics Standards Initiative Mass Spectrometry Ontology",
"uri": "https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.130/psi-ms.obo",
"version": "4.1.130"
"uri": "https://github.com/HUPO-PSI/psi-ms-CV/releases/download/v4.1.144/psi-ms.obo",
"version": "4.1.144"
}
]
}
Expand Down

0 comments on commit 509f9c0

Please sign in to comment.