BioGeek commited on
Commit
ad4140c
·
verified ·
1 Parent(s): e274adc

Regenerate README after dropping pride_accession

Browse files
Files changed (1) hide show
  1. README.md +8 -12
README.md CHANGED
@@ -6,7 +6,7 @@ tags:
6
  - biology
7
  - mass-spectrometry
8
  - proteomics
9
- - de-novo-peptide-sequencing
10
  size_categories:
11
  - 1M<n<10M
12
  configs:
@@ -56,8 +56,6 @@ dataset_info:
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
@@ -71,8 +69,9 @@ dataset_info:
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.
75
- This dataset was part of the [training data](https://instadeepai.github.io/InstaNovo/reference/models/?h=pride#training-datasets) for the InstaNovo model ([Eloff, Kalogeropoulos et al., *Nature Machine Intelligence*, 2025]((https://doi.org/10.1038/s42256-025-01019-5))).
 
76
 
77
  ## Dataset Details
78
 
@@ -107,14 +106,13 @@ This dataset was part of the [training data](https://instadeepai.github.io/Insta
107
  | `Qvalue` | `double` |
108
  | `TD` | `large_string` |
109
  | `Scan number` | `int64` |
110
- | `mz_array` | `large_list<item: double>` |
111
- | `intensity_array` | `large_list<item: double>` |
112
  | `PXD_identifier` | `large_string` |
113
  | `modification_string` | `large_string` |
114
  | `localisation_options` | `int64` |
115
- | `pride_accession` | `string` |
116
 
117
- `pride_accession` is added by the build pipeline from the source filename so each row can be traced back to its PRIDE project.
118
 
119
  ## Dataset Sources
120
 
@@ -143,9 +141,7 @@ Per-PRIDE-project breakdown with original publications:
143
 
144
  ## Acknowledgements
145
 
146
- This HuggingFace dataset was created by Jeroen Van Goey.
147
-
148
- Big thanks to Pathmanaban Ramasamy, Tine Claeys, and Lennart Martens of the CompOmics research group for providing us with this training data.
149
 
150
  ## Citation
151
 
 
6
  - biology
7
  - mass-spectrometry
8
  - proteomics
9
+ - de-novo-sequencing
10
  size_categories:
11
  - 1M<n<10M
12
  configs:
 
56
  dtype: string
57
  - name: "localisation_options"
58
  dtype: int64
 
 
59
  splits:
60
  - name: train
61
  num_examples: 6992871
 
69
 
70
  ## Overview
71
 
72
+ 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).
73
+
74
+ Curated by Jeroen Van Goey (j.vangoey@instadeep.com).
75
 
76
  ## Dataset Details
77
 
 
106
  | `Qvalue` | `double` |
107
  | `TD` | `large_string` |
108
  | `Scan number` | `int64` |
109
+ | `mz_array` | `large_list<element: double>` |
110
+ | `intensity_array` | `large_list<element: double>` |
111
  | `PXD_identifier` | `large_string` |
112
  | `modification_string` | `large_string` |
113
  | `localisation_options` | `int64` |
 
114
 
115
+ Each row carries its source PRIDE accession in the `PXD_identifier` column.
116
 
117
  ## Dataset Sources
118
 
 
141
 
142
  ## Acknowledgements
143
 
144
+ > Big thanks to Pathmanaban Ramasamy, Tine Claeys, and Lennart Martens of the CompOmics research group for providing us with this training data.
 
 
145
 
146
  ## Citation
147