BioGeek commited on
Commit
d6804ed
·
verified ·
1 Parent(s): 6b8fce4

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +172 -0
README.md ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: embl-ebi-terms-of-use
4
+ license_link: https://www.ebi.ac.uk/about/terms-of-use/
5
+ tags:
6
+ - biology
7
+ - mass-spectrometry
8
+ - proteomics
9
+ - de-novo-sequencing
10
+ size_categories:
11
+ - 1M<n<10M
12
+ configs:
13
+ - config_name: default
14
+ data_files:
15
+ - split: train
16
+ path: "data/train/*.parquet"
17
+ - split: validation
18
+ path: "data/validation/*.parquet"
19
+ - split: test
20
+ path: "data/test/*.parquet"
21
+ dataset_info:
22
+ features:
23
+ - name: "sequence"
24
+ dtype: string
25
+ - name: "modified_sequence"
26
+ dtype: string
27
+ - name: "precursor_mz"
28
+ dtype: float64
29
+ - name: "precursor_mass"
30
+ dtype: float64
31
+ - name: "Mass (theoretical)"
32
+ dtype: float64
33
+ - name: "precursor_charge"
34
+ dtype: int64
35
+ - name: "Mass error"
36
+ dtype: float64
37
+ - name: "Retention time"
38
+ dtype: float64
39
+ - name: "Score"
40
+ dtype: float64
41
+ - name: "PEP"
42
+ dtype: float64
43
+ - name: "Qvalue"
44
+ dtype: float64
45
+ - name: "TD"
46
+ dtype: string
47
+ - name: "Scan number"
48
+ dtype: int64
49
+ - name: "mz_array"
50
+ sequence: float64
51
+ - name: "intensity_array"
52
+ sequence: float64
53
+ - name: "PXD_identifier"
54
+ dtype: string
55
+ - name: "modification_string"
56
+ dtype: string
57
+ - name: "localisation_options"
58
+ dtype: int64
59
+ - name: "pride_accession"
60
+ dtype: string
61
+ splits:
62
+ - name: train
63
+ num_examples: 6992871
64
+ - name: validation
65
+ num_examples: 123307
66
+ - name: test
67
+ num_examples: 1172885
68
+ ---
69
+
70
+ # Dataset Card for CompOmics PRIDE
71
+
72
+ ## Overview
73
+
74
+ Peptide-spectrum match (PSM) data assembled from 18 public PRIDE proteomics projects, partitioned by sequence identity into train, validation, and test splits for de novo peptide sequencing benchmarks. **This dataset was used to train [InstaNovo](https://doi.org/10.1038/s42256-025-01019-5)** (Eloff, Kalogeropoulos et al., *Nature Machine Intelligence*, 2025).
75
+
76
+ Curated by Jeroen Van Goey (j.vangoey@instadeep.com).
77
+
78
+ ## Dataset Details
79
+
80
+ ### Description
81
+
82
+ - **Total rows**: 8,289,063
83
+ - **PRIDE projects**: 18
84
+ - **Splitting**: identity-based, no peptide overlap between splits
85
+
86
+ ### Structure
87
+
88
+ | Split | Rows | Projects |
89
+ |-------|------|----------|
90
+ | train | 6,992,871 | 18 |
91
+ | validation | 123,307 | 18 |
92
+ | test | 1,172,885 | 18 |
93
+
94
+ ### Feature Schema
95
+
96
+ | Column | Type |
97
+ |--------|------|
98
+ | `sequence` | `large_string` |
99
+ | `modified_sequence` | `large_string` |
100
+ | `precursor_mz` | `double` |
101
+ | `precursor_mass` | `double` |
102
+ | `Mass (theoretical)` | `double` |
103
+ | `precursor_charge` | `int64` |
104
+ | `Mass error` | `double` |
105
+ | `Retention time` | `double` |
106
+ | `Score` | `double` |
107
+ | `PEP` | `double` |
108
+ | `Qvalue` | `double` |
109
+ | `TD` | `large_string` |
110
+ | `Scan number` | `int64` |
111
+ | `mz_array` | `large_list<item: double>` |
112
+ | `intensity_array` | `large_list<item: double>` |
113
+ | `PXD_identifier` | `large_string` |
114
+ | `modification_string` | `large_string` |
115
+ | `localisation_options` | `int64` |
116
+ | `pride_accession` | `string` |
117
+
118
+ `pride_accession` is added by the build pipeline from the source filename so each row can be traced back to its PRIDE project.
119
+
120
+ ## Dataset Sources
121
+
122
+ Per-PRIDE-project breakdown with original publications:
123
+
124
+ | Accession | Title | Reference |
125
+ |-----------|-------|-----------|
126
+ | [PXD000666](https://www.ebi.ac.uk/pride/archive/projects/PXD000666) | Deep proteomic evaluation of primary and cell line motoneuron disease models delineates major differences in neuronal characteristics | Hornburg D, Drepper C, Butter F, Meissner F, Sendtner M, Mann M. Deep proteomic evaluation of primary and cell line motoneuron disease models delineates major differences in neuronal characteristics. Mol Cell Proteomics. 2014 Sep 5. pii: mcp.M113.037291 |
127
+ | [PXD000867](https://www.ebi.ac.uk/pride/archive/projects/PXD000867) | Cell type-resolved quantitative proteomics of mouse liver | Azimifar SB, Nagaraj N, Cox J, Mann M. Cell-type-resolved quantitative proteomics of murine liver. Cell Metab. 2014 Dec 2;20(6):1076-87<br>[doi:10.1016/j.cmet.2014.11.002](https://doi.org/10.1016/j.cmet.2014.11.002) |
128
+ | [PXD001839](https://www.ebi.ac.uk/pride/archive/projects/PXD001839) | Vinculin-network mediated cytoskeletal remodeling regulates contractile function in the aging heart - Rat Data | Kaushik G, Spenlehauer A, Sessions AO, Trujillo AS, Fuhrmann A, Fu Z, Venkatraman V, Pohl D, Tuler J, Wang M, Lakatta EG, Ocorr K, Bodmer R, Bernstein SI, Van Eyk JE, Cammarato A, Engler AJ. Vinculin network-mediated cytoskeletal remodeling regulates contractile function in the aging heart. Sci Transl Med. 2015 Jun 17;7(292):292ra99<br>[doi:10.1126/scitranslmed.aaa5843](https://doi.org/10.1126/scitranslmed.aaa5843) |
129
+ | [PXD003155](https://www.ebi.ac.uk/pride/archive/projects/PXD003155) | Atxn2-Knock-Out mice show branched chain amino acids and fatty acids pathway alterations | Meierhofer D, Halbach M, Sen NE, Gispert S, Auburger G. Atxn2-Knock-Out mice show branched chain amino acids and fatty acids pathway alterations. Mol Cell Proteomics. 2016 Feb 5. pii: mcp.M115.056770 |
130
+ | [PXD004364](https://www.ebi.ac.uk/pride/archive/projects/PXD004364) | Rat testis LC-MS/MS - Integrated proteomics and metabolomics analysis of rat testis: Mechanism of arsenic-induced male reproductive toxicity | Huang Q, Luo L, Alamdar A, Zhang J, Liu L, Tian M, Eqani SA, Shen H. Integrated proteomics and metabolomics analysis of rat testis: Mechanism of arsenic-induced male reproductive toxicity. Sci Rep. 2016 6:32518<br>[doi:10.1038/srep32518](https://doi.org/10.1038/srep32518) |
131
+ | [PXD004612](https://www.ebi.ac.uk/pride/archive/projects/PXD004612) | Proteomic comparison study between female and male tendon | Sarver DC, Kharaz YA, Sugg KB, Gumucio JP, Comerford E, Mendias CL. Sex differences in tendon structure and function. J Orthop Res. 2017 Jan 10<br>[doi:10.1002/jor.23516](https://doi.org/10.1002/jor.23516) |
132
+ | [PXD005230](https://www.ebi.ac.uk/pride/archive/projects/PXD005230) | Proteome changes during mouse brain aging | Duda P, Wójcicka O, Wiśniewski JR, Rakus D. Global quantitative TPA-based proteomics of mouse brain structures reveals significant alterations in expression of proteins involved in neuronal plasticity during aging. Aging (Albany NY). 2018<br>[doi:10.18632/aginh.101501](https://doi.org/10.18632/aginh.101501) |
133
+ | [PXD006692](https://www.ebi.ac.uk/pride/archive/projects/PXD006692) | Proteomic Investigation of EVLP Tissue Lung Lobes | Roffia V, De Palma A, Lonati C, Silvestre DD, Rossi R, Mantero M, Gatti S, Dondossola D, Valenza F, Mauri P, Blasi F. Proteome Investigation of Rat Lungs subjected to Ex Vivo Perfusion (EVLP). Molecules. 2018 23(12)<br>[doi:10.3390/molecules23123061](https://doi.org/10.3390/molecules23123061) |
134
+ | [PXD011360](https://www.ebi.ac.uk/pride/archive/projects/PXD011360) | Bacterial and host proteins along and across the porcine GIT | Tröscher-Mußotter J, Tilocca B, Stefanski V, Seifert J. Analysis of the Bacterial and Host Proteins along and across the Porcine Gastrointestinal Tract. Proteomes. 2019 7(1)<br>[doi:10.3390/proteomes7010004](https://doi.org/10.3390/proteomes7010004) |
135
+ | [PXD011536](https://www.ebi.ac.uk/pride/archive/projects/PXD011536) | Proteomic analysis of liver tissue from a pig model of mutant INS gene induced diabetes of youth (MIDY) | Backman M, Flenkenthaler F, Blutke A, Dahlhoff M, Ländström E, Renner S, Philippou-Massier J, Krebs S, Rathkolb B, Prehn C, Grzybek M, Coskun Ü, Rothe M, Adamski J, de Angelis MH, Wanke R, Fröhlich T, Arnold GJ, Blum H, Wolf E. Multi-omics insights into functional alterations of the liver in insulin-deficient diabetes mellitus. Mol Metab. 2019 26:30-44<br>[doi:10.1016/j.molmet.2019.05.011](https://doi.org/10.1016/j.molmet.2019.05.011) |
136
+ | [PXD013543](https://www.ebi.ac.uk/pride/archive/projects/PXD013543) | Myocardial proteome from obese rats with cardiac dysfunction C4PR_LIV | Vileigas DF, Harman VM, Freire PP, Marciano CLC, Sant'Ana PG, de Souza SLB, Mota GAF, da Silva VL, Campos DHS, Padovani CR, Okoshi K, Beynon RJ, Santos LD, Cicogna AC. Landscape of heart proteome changes in a diet-induced obesity model. Sci Rep. 2019 9(1):18050<br>[doi:10.1038/s41598-019-54522-2](https://doi.org/10.1038/s41598-019-54522-2) |
137
+ | [PXD015928](https://www.ebi.ac.uk/pride/archive/projects/PXD015928) | Heterogeneity of proteome dynamics between connective tissue phases of adult tendon | Choi H, Simpson D, Wang D, Prescott M, Pitsillides AA, Dudhia J, Clegg PD, Ping P, Thorpe CT. Heterogeneity of proteome dynamics between connective tissue phases of adult tendon. Elife. 2020 9<br>[doi:10.7554/elife.55262](https://doi.org/10.7554/elife.55262) |
138
+ | [PXD016793](https://www.ebi.ac.uk/pride/archive/projects/PXD016793) | Proteomics analysis of rat liver after disulfiram treatment | Bernier M, Harney D, Koay YC, Diaz A, Singh A, Wahl D, Pulpitel T, Ali A, Guiterrez V, Mitchell SJ, Kim EY, Mach J, Price NL, Aon MA, LeCouteur DG, Cogger VC, Fernandez-Hernando C, O'Sullivan J, Larance M, Cuervo AM, de Cabo R. Elucidating the mechanisms by which disulfiram protects against obesity and metabolic syndrome. NPJ Aging Mech Dis. 2020 6:8<br>[doi:10.1038/s41514-020-0046-6](https://doi.org/10.1038/s41514-020-0046-6) |
139
+ | [PXD017671](https://www.ebi.ac.uk/pride/archive/projects/PXD017671) | Proteomic changes of the liver in the absence of growth hormone (GH) actions | Riedel EO, Hinrichs A, Kemter E, Dahlhoff M, Backman M, Rathkolb B, Prehn C, Adamski J, Renner S, Blutke A, de Angelis MH, Bidlingmaier M, Schopohl J, Arnold GJ, Fröhlich T, Wolf E. Functional changes of the liver in the absence of growth hormone (GH) action - Proteomic and metabolomic insights from a GH receptor deficient pig model. Mol Metab. 2020 36:100978<br>[doi:10.1016/j.molmet.2020.100978](https://doi.org/10.1016/j.molmet.2020.100978) |
140
+ | [PXD019431](https://www.ebi.ac.uk/pride/archive/projects/PXD019431) | Circadian Mouse Articular Cartilage Proteomics | Dudek M, Angelucci C, Pathiranage D, Wang P, Mallikarjun V, Lawless C, Swift J, Kadler KE, Boot-Handford RP, Hoyland J, Lamande SR, Bateman JF, Meng QJ. Circadian time series proteomics reveals daily dynamics in cartilage physiology. Osteoarthritis Cartilage. 2021<br>[doi:10.1016/j.joca.2021.02.008](https://doi.org/10.1016/j.joca.2021.02.008) |
141
+ | [PXD019852](https://www.ebi.ac.uk/pride/archive/projects/PXD019852) | Holistic proteome analyses of heart samples from GHR-deficient (GHR-KO) pigs | Hinrichs A, Riedel EO, Klymiuk N, Blutke A, Kemter E, Längin M, Dahlhoff M, Keßler B, Kurome M, Zakhartchenko V, Jemiller EM, Ayares D, Bidlingmaier M, Flenkenthaler F, Hrabĕ de Angelis M, Arnold GJ, Reichart B, Fröhlich T, Wolf E. Growth hormone receptor knockout to reduce the size of donor pigs for preclinical xenotransplantation studies. Xenotransplantation. 2020:e12664<br>[doi:10.1111/xen.12664](https://doi.org/10.1111/xen.12664) |
142
+ | [PXD026910](https://www.ebi.ac.uk/pride/archive/projects/PXD026910) | Proteomic analysis of adipose tissue from a pig model of mutant INS gene induced diabetes of youth (MIDY) | Flenkenthaler F, Ländström E, Shashikadze B, Backman M, Blutke A, Philippou-Massier J, Renner S, Hrabe de Angelis M, Wanke R, Blum H, Arnold GJ, Wolf E, Fröhlich T. Differential Effects of Insulin-Deficient Diabetes Mellitus on Visceral vs. Subcutaneous Adipose Tissue-Multi-omics Insights From the Munich MIDY Pig Model. Front Med (Lausanne). 2021 8:751277<br>[doi:10.3389/fmed.2021.751277](https://doi.org/10.3389/fmed.2021.751277) |
143
+ | [PXD027772](https://www.ebi.ac.uk/pride/archive/projects/PXD027772) | A scalable, clinically severe pig model for Duchenne muscular dystrophy | Stirm M, Fonteyne LM, Shashikadze B, Lindner M, Chirivi M, Lange A, Kaufhold C, Mayer C, Medugorac I, Kessler B, Kurome M, Zakhartchenko V, Hinrichs A, Kemter E, Krause S, Wanke R, Arnold GJ, Wess G, Nagashima H, de Angelis MH, Flenkenthaler F, Kobelke LA, Bearzi C, Rizzi R, Bähr A, Reese S, Matiasek K, Walter MC, Kupatt C, Ziegler S, Bartenstein P, Fröhlich T, Klymiuk N, Blutke A, Wolf E. A scalable, clinically severe pig model for Duchenne muscular dystrophy. Dis Model Mech. 2021<br>[doi:10.1242/dmm.049285](https://doi.org/10.1242/dmm.049285) |
144
+
145
+ ## Acknowledgements
146
+
147
+ > Big thanks to Pathmanaban Ramasamy, Tine Claeys, and Lennart Martens of the CompOmics research group for providing us with this training data.
148
+
149
+ ## Citation
150
+
151
+ If you use this dataset, please cite the InstaNovo paper:
152
+
153
+ ```bibtex
154
+ @article{eloff_kalogeropoulos_2025_instanovo,
155
+ title = {InstaNovo enables diffusion-powered de novo peptide sequencing in
156
+ large-scale proteomics experiments},
157
+ author = {Eloff, Kevin and Kalogeropoulos, Konstantinos and Mabona, Amandla and
158
+ Morell, Oliver and Catzel, Rachel and Rivera-de-Torre, Esperanza and
159
+ Berg Jespersen, Jakob and Williams, Wesley and van Beljouw, Sam P. B. and
160
+ Skwark, Marcin J. and Laustsen, Andreas Hougaard and Brouns, Stan J. J. and
161
+ Ljungars, Anne and Schoof, Erwin M. and Van Goey, Jeroen and
162
+ auf dem Keller, Ulrich and Beguir, Karim and Lopez Carranza, Nicolas and
163
+ Jenkins, Timothy P.},
164
+ year = 2025, month = mar, day = 31,
165
+ journal = {Nature Machine Intelligence},
166
+ doi = {10.1038/s42256-025-01019-5},
167
+ issn = {2522-5839},
168
+ url = {https://doi.org/10.1038/s42256-025-01019-5}
169
+ }
170
+ ```
171
+
172
+ Please also cite the original PRIDE project publications listed in [Dataset Sources](#dataset-sources).