linampena commited on
Commit
7ddfb12
·
verified ·
1 Parent(s): 3e32481

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -22,4 +22,44 @@ configs:
22
  path: "data/ptmint_all_with_splits.csv"
23
  - split: ptmint_phospho_interfaces
24
  path: "data/ptmint_interface_phospho_with_splits.csv"
25
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  path: "data/ptmint_all_with_splits.csv"
23
  - split: ptmint_phospho_interfaces
24
  path: "data/ptmint_interface_phospho_with_splits.csv"
25
+ ---
26
+
27
+ # PTMint
28
+
29
+ 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.
30
+ 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.
31
+
32
+ ## Dataset Summary
33
+
34
+ - **Domain:** protein biology / interactomics / PTM regulation
35
+ - **Description:** PTM event mapped to a PPI and its effect on said PPI (Enhance: Increase affinity and Inhibit: Decrease affinity).
36
+ - **Primary uses:**
37
+ - Benchmarking models that predict PTM-dependent PPI regulation (enhance/inhibit)
38
+ - PTM sites mapped to structural interfaces
39
+
40
+ ## Citation
41
+
42
+ When referring to **PTMint**, please cite:
43
+
44
+ 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.
45
+
46
+ ## Data Files
47
+
48
+ This repo exposes two splits under a single config (`main`):
49
+
50
+ 1. **ptmint_general**
51
+ - Path: `data/ptmint_all_with_splits.csv`
52
+ - Contents: PTMint-derived records (all PTM types included and sites both in the PPI interface and outside the interface).
53
+
54
+ 2. **ptmint_phospho_interfaces**
55
+ - Path: `data/ptmint_interface_phospho_with_splits.csv`
56
+ - 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).
57
+
58
+ ## License
59
+
60
+ - **This dataset repository:** MIT License for educational purposes only.
61
+ - **Underlying PTMint database/publication:** please cite the PTMint paper when using these data.
62
+
63
+ ## Contact
64
+
65
+ For Huggingface database: Lina Maria Pena Pardo / linamp (at) umich.edu