linampena commited on
Commit
61b9c27
·
verified ·
1 Parent(s): 1460a08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -10
README.md CHANGED
@@ -45,8 +45,30 @@ Hong X, Li N, Lv J, Zhang Y, Li J, Zhang J, Chen HF. *PTMint database of experim
45
 
46
  ## Data Files
47
 
 
 
 
 
 
 
 
 
 
 
 
48
  ## Dataset Statistics
49
 
 
 
 
 
 
 
 
 
 
 
 
50
  ![Basic distributions](data/images/ptmint_basic_distributions.png)
51
 
52
  ![Relationships](data/images/ptmint_relationships.png)
@@ -57,16 +79,6 @@ Hong X, Li N, Lv J, Zhang Y, Li J, Zhang J, Chen HF. *PTMint database of experim
57
  <img src="data/images/ptmint_methods.png" width="400">
58
  </p>
59
 
60
- This repo exposes two splits under a single config (`main`):
61
-
62
- 1. **ptmint_general**
63
- - Path: `data/ptmint_all_with_splits.csv`
64
- - Contents: PTMint-derived records (all PTM types included and sites both in the PPI interface and outside the interface).
65
-
66
- 2. **ptmint_phospho_interfaces**
67
- - Path: `data/ptmint_interface_phospho_with_splits.csv`
68
- - 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).
69
-
70
  ## License
71
 
72
  - **This dataset repository:** MIT License for educational purposes only.
 
45
 
46
  ## Data Files
47
 
48
+ This repository contains two datasets:
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
+
59
  ## Dataset Statistics
60
 
61
+ ### Table 1. Summary of PTM effects on protein–protein interactions
62
+
63
+ | PTM types | PTM sites | Enhance | Inhibit | Interface fraction |
64
+ |------------------|-----------|--------|--------|--------------------|
65
+ | Acetylation | K | 192 | 125 | 0.17 |
66
+ | Glycosylation | S, T | 5 | 0 | 0.00 |
67
+ | Methylation | K, R | 145 | 22 | 0.24 |
68
+ | Phosphorylation | S, T, Y | 2925 | 1580 | 0.16 |
69
+ | Sumoylation | K | 57 | 26 | 0.08 |
70
+ | Ubiquitylation | K | 67 | 12 | 0.31 |
71
+
72
  ![Basic distributions](data/images/ptmint_basic_distributions.png)
73
 
74
  ![Relationships](data/images/ptmint_relationships.png)
 
79
  <img src="data/images/ptmint_methods.png" width="400">
80
  </p>
81
 
 
 
 
 
 
 
 
 
 
 
82
  ## License
83
 
84
  - **This dataset repository:** MIT License for educational purposes only.