Update README.md
Browse files
README.md
CHANGED
@@ -48,3 +48,66 @@ dataset_info:
|
|
48 |
download_size: 3944832530
|
49 |
dataset_size: 4205810573
|
50 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
download_size: 3944832530
|
49 |
dataset_size: 4205810573
|
50 |
---
|
51 |
+
|
52 |
+
|
53 |
+
# Dataset Card for High-Confidence ProteomeTools
|
54 |
+
Dataset used to train, validate and test InstaNovo and InstaNovo+.
|
55 |
+
|
56 |
+
|
57 |
+
## Dataset Description
|
58 |
+
|
59 |
+
- **Repository:** [InstaNovo](https://github.com/instadeepai/InstaNovo)
|
60 |
+
- **Paper:** [De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for large scale proteomics experiments](https://www.biorxiv.org/content/10.1101/2023.08.30.555055v1)
|
61 |
+
|
62 |
+
### Dataset Summary
|
63 |
+
|
64 |
+
This dataset consists of the highest-confidence peptide-spectral matches from three parts of the [ProteomeTools](https://www.proteometools.org/) datasets. The original datasets may be found in the PRIDE repository with identifiers:
|
65 |
+
- `PXD004732` (Part I)
|
66 |
+
- `PXD010595` (Part II)
|
67 |
+
- `PXD021013` (Part III)
|
68 |
+
|
69 |
+
The dataset has been split on unique peptides with the following ratio:
|
70 |
+
- 80% train
|
71 |
+
- 10% validation
|
72 |
+
- 10% test
|
73 |
+
|
74 |
+
## Dataset Structure
|
75 |
+
|
76 |
+
The dataset is tabular, where each row corresponds to a labelled MS2 spectra.
|
77 |
+
- `sequence (string)` \
|
78 |
+
The target peptide sequence excluding post-translational modifications
|
79 |
+
- `modified_sequence (string)` \
|
80 |
+
The target peptide sequence including post-translational modifications
|
81 |
+
- `precursor_mz (float64)` \
|
82 |
+
The mass-to-charge of the precursor (from MS1)
|
83 |
+
- `charge (int64)` \
|
84 |
+
The charge of the precursor (from MS1)
|
85 |
+
- `mz_array (list[float64])` \
|
86 |
+
The mass-to-charge values of the MS2 spectrum
|
87 |
+
- `mz_array (list[float32])` \
|
88 |
+
The intensity values of the MS2 spectrum
|
89 |
+
|
90 |
+
MaxQuant additional columns:
|
91 |
+
- `experiment_name (string)`
|
92 |
+
- `evidence_index (in64)`
|
93 |
+
- `scan_number (in64)`
|
94 |
+
- `precursor_recalibrated_mz (float64)`
|
95 |
+
|
96 |
+
## Citation Information
|
97 |
+
|
98 |
+
If you use this dataset, please cite the original authors.
|
99 |
+
The original [ProteomeTools](https://www.proteometools.org/) data is available on [PRIDE](https://www.ebi.ac.uk/pride/) with identifiers `PXD004732` (Part I), `PXD010595` (Part II), and `PXD021013` (Part III).
|
100 |
+
|
101 |
+
Please also cite InstaNovo:
|
102 |
+
|
103 |
+
```bibtex
|
104 |
+
@article{eloff_kalogeropoulos_2023_instanovo,
|
105 |
+
title = {De novo peptide sequencing with InstaNovo: Accurate, database-free peptide identification for large scale proteomics experiments},
|
106 |
+
author = {Kevin Eloff and Konstantinos Kalogeropoulos and Oliver Morell and Amandla Mabona and Jakob Berg Jespersen and Wesley Williams and Sam van Beljouw and Marcin Skwark and Andreas Hougaard Laustsen and Stan J. J. Brouns and Anne Ljungars and Erwin Marten Schoof and Jeroen Van Goey and Ulrich auf dem Keller and Karim Beguir and Nicolas Lopez Carranza and Timothy Patrick Jenkins},
|
107 |
+
year = {2023},
|
108 |
+
doi = {10.1101/2023.08.30.555055},
|
109 |
+
publisher = {Cold Spring Harbor Laboratory},
|
110 |
+
URL = {https://www.biorxiv.org/content/10.1101/2023.08.30.555055v1},
|
111 |
+
journal = {bioRxiv}
|
112 |
+
}
|
113 |
+
```
|