Upload parquet files
Browse files
README.md
ADDED
|
@@ -0,0 +1,146 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
configs:
|
| 6 |
+
- config_name: default
|
| 7 |
+
data_files:
|
| 8 |
+
- split: train
|
| 9 |
+
path: dataset-phospho-train-*.parquet
|
| 10 |
+
- split: validation
|
| 11 |
+
path: dataset-phospho-valid-*.parquet
|
| 12 |
+
- split: test
|
| 13 |
+
path: dataset-phospho-test-*.parquet
|
| 14 |
+
dataset_info:
|
| 15 |
+
features:
|
| 16 |
+
- name: sequence
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: precursor_charge
|
| 19 |
+
dtype: int64
|
| 20 |
+
- name: precursor_mz
|
| 21 |
+
dtype: float64
|
| 22 |
+
- name: mz_array
|
| 23 |
+
sequence: float64
|
| 24 |
+
- name: intensity_array
|
| 25 |
+
sequence: float64
|
| 26 |
+
- name: experiment_name
|
| 27 |
+
dtype: string
|
| 28 |
+
tags:
|
| 29 |
+
- biology
|
| 30 |
+
size_categories:
|
| 31 |
+
- 1M<n<10M
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
|
| 35 |
+
# Dataset Card for InstaNovo-P finetuning data
|
| 36 |
+
|
| 37 |
+
The dataset used for fine tuning InstaNovo-P is comprised of a collection of reprocessed PRIDE projects in [Scop3P](https://pubs.acs.org/doi/10.1021/acs.jproteome.0c00306). (For a list of the projects, see [Dataset Sources](https://huggingface.co/datasets/InstaDeepAI/InstaNovo-P#dataset-sources)).
|
| 38 |
+
|
| 39 |
+
- **Curated by:** Jesper Lauridsen, Pathmanaban Ramasamy
|
| 40 |
+
- **License:** [EMBL-EBI terms of use](https://www.ebi.ac.uk/about/terms-of-use/)
|
| 41 |
+
|
| 42 |
+
## Dataset Details
|
| 43 |
+
|
| 44 |
+
### Dataset Description
|
| 45 |
+
|
| 46 |
+
The dataset originally contains 4,053,346 PSMs. To only fine-tune on high confidence PSMs, the dataset is filtered at a confidence threshold of 0.80, reducing it to 2,760,939 PSMs, representing 74,686 unique peptide sequences. Most of the data is of human origin, except for [PXD005366](https://www.ebi.ac.uk/pride/archive/projects/PXD005366) and [PXD000218](https://www.ebi.ac.uk/pride/archive/projects/PXD000218), which contain a mix of human and mouse. All PSMs that were used to train the model contained at least one phosphorylated site, while 169, 114 PSMs
|
| 47 |
+
( 6%) contained oxidated methionine.
|
| 48 |
+
|
| 49 |
+
### Dataset Structure
|
| 50 |
+
|
| 51 |
+
To partition the fine-tuning dataset into training, validation and test, [GraphPart](https://academic.oup.com/nargab/article/5/4/lqad088/7318077), an algorithm for homology partitioning, was applied on the set of unique peptide sequences. GraphPart was set to use [MMseqs2](https://www.nature.com/articles/nbt.3988) with a partitioning threshold of 0.8 and a train-validation-test ratio of 0.7/0.1/0.2 . Of the 74,686 unique sequences, 390 were removed by GraphPart, reducing the total number of PSMs to 2,691,117 in a 2,008,923/232,641/449,553-split, although during training, a random subset of only 2% of the validation set was used in order to reduce computation.
|
| 52 |
+
|
| 53 |
+
### Dataset Sources
|
| 54 |
+
|
| 55 |
+
PRIDE Accession codes used for training, validation and test sets:
|
| 56 |
+
|
| 57 |
+
* [PXD006482](https://www.ebi.ac.uk/pride/archive/projects/PXD006482) (1)
|
| 58 |
+
* [PXD005366](https://www.ebi.ac.uk/pride/archive/projects/PXD005366) (2)
|
| 59 |
+
* [PXD004447](https://www.ebi.ac.uk/pride/archive/projects/PXD004447) (3)
|
| 60 |
+
* [PXD004940](https://www.ebi.ac.uk/pride/archive/projects/PXD004940) (4)
|
| 61 |
+
* [PXD004452](https://www.ebi.ac.uk/pride/archive/projects/PXD004452) (5)
|
| 62 |
+
* [PXD004415](https://www.ebi.ac.uk/pride/archive/projects/PXD004415) (6)
|
| 63 |
+
* [PXD004252](https://www.ebi.ac.uk/pride/archive/projects/PXD004252) (7)
|
| 64 |
+
* [PXD003198](https://www.ebi.ac.uk/pride/archive/projects/PXD003198) (8)
|
| 65 |
+
* [PXD003657](https://www.ebi.ac.uk/pride/archive/projects/PXD003657) (9)
|
| 66 |
+
* [PXD003531](https://www.ebi.ac.uk/pride/archive/projects/PXD003531) (10)
|
| 67 |
+
* [PXD003215](https://www.ebi.ac.uk/pride/archive/projects/PXD003215) (11)
|
| 68 |
+
* [PXD002394](https://www.ebi.ac.uk/pride/archive/projects/PXD002394) (12)
|
| 69 |
+
* [PXD002286](https://www.ebi.ac.uk/pride/archive/projects/PXD002286) (13)
|
| 70 |
+
* [PXD002255](https://www.ebi.ac.uk/pride/archive/projects/PXD002255) (14)
|
| 71 |
+
* [PXD002057](https://www.ebi.ac.uk/pride/archive/projects/PXD002057) (15)
|
| 72 |
+
* [PXD001565](https://www.ebi.ac.uk/pride/archive/projects/PXD001565) (16)
|
| 73 |
+
* [PXD001550](https://www.ebi.ac.uk/pride/archive/projects/PXD001550) (17)
|
| 74 |
+
* [PXD001546](https://www.ebi.ac.uk/pride/archive/projects/PXD001546) (17)
|
| 75 |
+
* [PXD001060](https://www.ebi.ac.uk/pride/archive/projects/PXD001060) (18)
|
| 76 |
+
* [PXD001374](https://www.ebi.ac.uk/pride/archive/projects/PXD001374) (19)
|
| 77 |
+
* [PXD001333](https://www.ebi.ac.uk/pride/archive/projects/PXD001333) (20)
|
| 78 |
+
* [PXD000474](https://www.ebi.ac.uk/pride/archive/projects/PXD000474) (21)
|
| 79 |
+
* [PXD000612](https://www.ebi.ac.uk/pride/archive/projects/PXD000612) (22)
|
| 80 |
+
* [PXD001170](https://www.ebi.ac.uk/pride/archive/projects/PXD001170) (23)
|
| 81 |
+
* [PXD000964](https://www.ebi.ac.uk/pride/archive/projects/PXD000964) (24)
|
| 82 |
+
* [PXD000836](https://www.ebi.ac.uk/pride/archive/projects/PXD000836) (25)
|
| 83 |
+
* [PXD000674](https://www.ebi.ac.uk/pride/archive/projects/PXD000674) (26)
|
| 84 |
+
* [PXD000680](https://www.ebi.ac.uk/pride/archive/projects/PXD000680) (27)
|
| 85 |
+
* [PXD000218](https://www.ebi.ac.uk/pride/archive/projects/PXD000218) (28)
|
| 86 |
+
|
| 87 |
+
1. Peng, X. et al. Identification of missing proteins in the phosphoproteome of kidney cancer. J. Proteome Res. 16, 4364–4373,
|
| 88 |
+
DOI: 10.1021/acs.jproteome.7b00332 (2017).
|
| 89 |
+
2. Post, H. et al. Robust, sensitive, and automated phosphopeptide enrichment optimized for low sample amounts applied to
|
| 90 |
+
primary hippocampal neurons. J. Proteome Res. 16, 728–737, DOI: 10.1021/acs.jproteome.6b00753 (2016).
|
| 91 |
+
3. Tsiatsiani, L. et al. Opposite electron-transfer dissociation and higher-energy collisional dissociation fragmentation
|
| 92 |
+
characteristics of proteolytic k/r(x)n and (x)nk/r peptides provide benefits for peptide sequencing in proteomics and
|
| 93 |
+
phosphoproteomics. J. Proteome Res. 16, 852–861, DOI: 10.1021/acs.jproteome.6b00825 (2016).
|
| 94 |
+
4. Espadas, G., Borràs, E., Chiva, C. & Sabidó, E. Evaluation of different peptide fragmentation types and mass analyzers in
|
| 95 |
+
data-dependent methods using an orbitrap fusion lumos tribrid mass spectrometer. PROTEOMICS 17, DOI: 10.1002/pmic.
|
| 96 |
+
201600416 (2017).
|
| 97 |
+
5. Bekker-Jensen, D. B. et al. An optimized shotgun strategy for the rapid generation of comprehensive human proteomes.
|
| 98 |
+
Cell Syst. 4, 587–599.e4, DOI: 10.1016/j.cels.2017.05.009 (2017).
|
| 99 |
+
6. Tran, T. T., Strozynski, M. & Thiede, B. Quantitative phosphoproteome analysis of cisplatin-induced apoptosis in jurkat t
|
| 100 |
+
cells. PROTEOMICS 17, DOI: 10.1002/pmic.201600470 (2017).
|
| 101 |
+
7. Liu, Z., Wang, F., Chen, J., Zhou, Y. & Zou, H. Modulating the selectivity of affinity absorbents to multi-phosphopeptides
|
| 102 |
+
by a competitive substitution strategy. J. Chromatogr. A 1461, 35–41, DOI: 10.1016/j.chroma.2016.07.042 (2016).
|
| 103 |
+
8. Humphrey, E. S. et al. Resolution of novel pancreatic ductal adenocarcinoma subtypes by global phosphotyrosine profiling.
|
| 104 |
+
Mol. Cell. Proteomics 15, 2671–2685 (2016).
|
| 105 |
+
9. Picariello, G. et al. Antibody-independent identification of bovine milk-derived peptides in breast-milk. Food Funct. 7,
|
| 106 |
+
3402–3409 (2016).
|
| 107 |
+
10. Francavilla, C. et al. Phosphoproteomics of primary cells reveals druggable kinase signatures in ovarian cancer. Cell
|
| 108 |
+
Reports 18, 3242–3256, DOI: 10.1016/j.celrep.2017.03.015 (2017).
|
| 109 |
+
11. Lyon, S. M. et al. A method for whole protein isolation from human cranial bone. Anal. Biochem. 515, 33–39, DOI:
|
| 110 |
+
10.1016/j.ab.2016.09.021 (2016).
|
| 111 |
+
12. Nguyen, E. V. et al. Hyper-phosphorylation of sequestosome-1 distinguishes resistance to cisplatin in patient derived high
|
| 112 |
+
grade serous ovarian cancer cells. Mol. amp; Cell. Proteomics 16, 1377–1392, DOI: 10.1074/mcp.m116.058321 (2017).
|
| 113 |
+
13. Drake, J. M. et al. Phosphoproteome integration reveals patient-specific networks in prostate cancer. Cell 166, 1041–1054,
|
| 114 |
+
DOI: 10.1016/j.cell.2016.07.007 (2016).
|
| 115 |
+
14. Su, N. et al. Special enrichment strategies greatly increase the efficiency of missing proteins identification from regular
|
| 116 |
+
proteome samples. J. Proteome Res. 14, 3680–3692 (2015).
|
| 117 |
+
15. Creedon, H. et al. Identification of novel pathways linking epithelial-to-mesenchymal transition with resistance to
|
| 118 |
+
her2-targeted therapy. Oncotarget 7, 11539–11552, DOI: 10.18632/oncotarget.7317 (2016).
|
| 119 |
+
16. van der Mijn, J. C. et al. Evaluation of different phospho-tyrosine antibodies for label-free phosphoproteomics. J.
|
| 120 |
+
Proteomics 127, 259–263, DOI: 10.1016/j.jprot.2015.04.006 (2015).
|
| 121 |
+
17. Piersma, S. R. et al. Feasibility of label-free phosphoproteomics and application to base-line signaling of colorectal cancer
|
| 122 |
+
cell lines. J. Proteomics 127, 247–258, DOI: 10.1016/j.jprot.2015.03.019 (2015).
|
| 123 |
+
18. Ruprecht, B. et al. Comprehensive and reproducible phosphopeptide enrichment using iron immobilized metal ion affinity
|
| 124 |
+
chromatography (fe-imac) columns. Mol. amp; Cell. Proteomics 14, 205–215, DOI: 10.1074/mcp.m114.043109 (2015).
|
| 125 |
+
19. Kauko, O. et al. Label-free quantitative phosphoproteomics with novel pairwise abundance normalization reveals synergistic
|
| 126 |
+
ras and cip2a signaling. Sci. Reports 5, DOI: 10.1038/srep13099 (2015).
|
| 127 |
+
20. Alpert, A. J., Hudecz, O. & Mechtler, K. Anion-exchange chromatography of phosphopeptides: weak anion exchange
|
| 128 |
+
versus strong anion exchange and anion-exchange chromatography versus electrostatic repulsion-hydrophilic interaction
|
| 129 |
+
chromatography. Anal. Chem. 87, 4704–4711 (2015).
|
| 130 |
+
21. Suni, V., Imanishi, S. Y., Maiolica, A., Aebersold, R. & Corthals, G. L. Confident site localization using a simulated
|
| 131 |
+
phosphopeptide spectral library. J. Proteome Res. 14, 2348–2359 (2015).
|
| 132 |
+
17/25
|
| 133 |
+
22. Sharma, K. et al. Ultradeep human phosphoproteome reveals a distinct regulatory nature of tyr and ser/thr-based signaling.
|
| 134 |
+
Cell Reports 8, 1583–1594, DOI: 10.1016/j.celrep.2014.07.036 (2014).
|
| 135 |
+
23. Tong, J. et al. Integrated analysis of proteome, phosphotyrosine-proteome, tyrosine-kinome, and tyrosine-phosphatome in
|
| 136 |
+
acute myeloid leukemia. PROTEOMICS 17, DOI: 10.1002/pmic.201600361 (2017).
|
| 137 |
+
24. Bauer, M. et al. Evaluation of data-dependent and -independent mass spectrometric workflows for sensitive quantification
|
| 138 |
+
of proteins and phosphorylation sites. J. Proteome Res. 13, 5973–5988 (2014).
|
| 139 |
+
25. Shevchuk, O. et al. HOPE-fixation of lung tissue allows retrospective proteome and phosphoproteome studies. J. Proteome
|
| 140 |
+
Res. 13, 5230–5239 (2014).
|
| 141 |
+
26. Publication pending
|
| 142 |
+
27. Molden, R. C., Goya, J., Khan, Z. & Garcia, B. A. Stable isotope labeling of phosphoproteins for large-scale phosphorylation
|
| 143 |
+
rate determination. Mol. amp; Cell. Proteomics 13, 1106–1118, DOI: 10.1074/mcp.o113.036145 (2014).
|
| 144 |
+
28. Rajeeve, V., Vendrell, I., Wilkes, E., Torbett, N. & Cutillas, P. R. Cross-species proteomics reveals specific modulation of
|
| 145 |
+
signaling in cancer and stromal cells by phosphoinositide 3-kinase (PI3K) inhibitors. Mol. Cell. Proteomics 13, 1457–1470
|
| 146 |
+
(2014).
|
dataset-phospho-test-0000-0001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2fa9f42c53bd3b93de287cb5781d8bc770ba63ab91ff0b9f2e476c655df69839
|
| 3 |
+
size 1448781248
|
dataset-phospho-train-0000-0002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b57be6e213df68134b2ba1a47d54b190246a765e47c283f30fc1039e17d0c7bd
|
| 3 |
+
size 3783300024
|
dataset-phospho-train-0001-0002.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:87970f923e078da3fa6eef98d324715214dfc78d4c26d359a005abe4ce2229fa
|
| 3 |
+
size 2366179386
|
dataset-phospho-valid-0000-0001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8afa80f8d32882e56ff49b41a89c8deb06abfed4436f5884804337c2af848696
|
| 3 |
+
size 748187523
|