Datasets:
Formats:
csv
Size:
1K - 10K
Tags:
post-translational-modifications
phosphorylation
acetylation
methylation
sumoylation
ubiquitylation
License:
File size: 4,828 Bytes
3e32481 7ddfb12 61b9c27 90c6e80 24a620e e8f7545 61b9c27 e8f7545 61b9c27 893fa6f 90c6e80 893fa6f 90c6e80 46340b8 dfe3157 46340b8 90c6e80 24a620e dfe3157 24a620e 7ddfb12 90c6e80 7ddfb12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 | ---
pretty_name: "PTMint database of experimentally verified PTM regulation on protein–protein interaction"
repo: "10.5281/zenodo.15164650"
homepage: "https://ptmint.sjtu.edu.cn/"
license: "mit"
tags:
- post-translational-modifications
- phosphorylation
- acetylation
- methylation
- sumoylation
- ubiquitylation
- glycosylation
- protein-protein-interaction
- structural-biology
- bioinformatics
configs:
- config_name: main
data_files:
- split: ptmint_general
path: "data/ptmint_all_with_splits.csv"
- split: ptmint_phospho_interfaces
path: "data/ptmint_interface_phospho_with_splits.csv"
---
# PTMint
This dataset is derived from **PTMint** (https://ptmint.sjtu.edu.cn/), (Post Translational Modifications that are associated with Protein-Protein Interactions) that contains manually curated complete experimental evidence of the PTM effecting on protein-protein interactions in multiple organisms, including H. sapines, A. thaliana, C. elegans, D. melanogaster, S. cerevisiae and S. pombe.
This Hugging Face dataset repository provides PTMint-derived tables including a precomputed split column for cluster-aware precomputed splits. Clusters were determined by consensus site identity.
## Dataset Summary
- **Domain:** protein biology / interactomics / PTM regulation
- **Description:** PTM event mapped to a PPI and its effect on said PPI (Enhance: Increase affinity and Inhibit: Decrease affinity).
- **Primary uses:**
- Benchmarking models that predict PTM-dependent PPI regulation (enhance/inhibit)
- PTM sites mapped to structural interfaces
## Citation
When referring to **PTMint**, please cite:
Hong X, Li N, Lv J, Zhang Y, Li J, Zhang J, Chen HF. *PTMint database of experimentally verified PTM regulation on protein-protein interaction.* **Bioinformatics.** 2023;39(1):btac823. doi:10.1093/bioinformatics/btac823. PMID: 36548389.
## Data Files
This repository contains two datasets:
1. **ptmint_general**
- Path: `data/ptmint_all_with_splits.csv`
- Contents: PTMint-derived records (all PTM types included and sites both in the PPI interface and outside the interface).
2. **ptmint_phospho_interfaces**
- Path: `data/ptmint_interface_phospho_with_splits.csv`
- Contents: a phosphorylation-focused subset restricted to records where the PTM site is mapped to a protein–protein **interface** (as defined by your preprocessing pipeline in src).
## Dataset Statistics
The current version includes 2477 Non-redundant PTM sites and 2371 Protein–protein pairs.
<div align="center">
### Table 1. Summary of PTM effects on protein–protein interactions
| PTM types | PTM sites | Enhance | Inhibit | Interface (%) |
|------------------|-----------|--------|--------|---------------|
| Acetylation | K | 192 | 125 | 17% |
| Glycosylation | S, T | 5 | 0 | 0% |
| Methylation | K, R | 145 | 22 | 24% |
| Phosphorylation | S, T, Y | 2925 | 1580 | 16% |
| Sumoylation | K | 57 | 26 | 8% |
| Ubiquitylation | K | 67 | 12 | 31% |
</div>


### Main Experimental Methods
<p align="center">
<img src="data/images/ptmint_methods.png" width="700">
</p>
### Method
Capture information from their website by analyzing the HTML for each entry to salvage the structures + the origin and additional annotations to the structure. Several of these webpages were down. Hence, on top of HTML analysis, extracted the sequences from UNIPROT for all proteins and aligned sequences with the ones from the complexes to identify corresponding structures.
## License
- **This dataset repository:** MIT License for educational purposes only.
- **Underlying PTMint database/publication:** please cite the PTMint paper when using these data.
## Citation
If you use this dataset in your research, please cite the original **PTMint** publication:
Hong X, Li N, Lv J, Zhang Y, Li J, Zhang J, Chen HF.
*PTMint database of experimentally verified PTM regulation on protein–protein interaction.*
Bioinformatics. 2023;39(1):btac823.
https://doi.org/10.1093/bioinformatics/btac823
**BibTeX:**
```bibtex
@article{hong2023ptmint,
title = {PTMint database of experimentally verified PTM regulation on protein–protein interaction},
author = {Hong, Xue and Li, Ning and Lv, Jia and Zhang, Yu and Li, Jie and Zhang, Jie and Chen, H. F.},
journal = {Bioinformatics},
volume = {39},
number = {1},
pages = {btac823},
year = {2023},
doi = {10.1093/bioinformatics/btac823},
pmid = {36548389}
}
```
## Contact
For Huggingface database: Lina Maria Pena Pardo / linamp (at) umich.edu
|