Views
No views yet
| Task | ProtTransT5 | ESM-3 (600M) |
|---|---|---|
| Protein-side prediction | ✓ | ✓ |
| Peptide-side prediction | ✓ | ✓ |
| Joint prediction | ✓ | ✓ |
| Zero-shot prediction | ✓ | ✓ |
1python propepx_predict.py \
2 --protein "<PROTEIN_SEQUENCE>" \
3 --peptide "<PEPTIDE_SEQUENCE>" \
4 --embedding {prottrans|esm} \
5 --mode {prot|pep|mode-GLOBAL|zero-shot} \
6 --dataset <DATASET_NAME> \
7 --save_html results/results/
├── prediction_report.html
├── protein_binding_scores.csv
├── peptide_binding_scores.csv
├── interaction_heatmap.png
└── summary.json| Resource | Link |
|---|---|
| 🌐 GitHub Repository | https://github.com/SyedKumailHussainNaqvi/ProPepX |
| 🖥️ Interactive Web Server | https://syedkumailhussainnaqvi.github.io/ProPepX/ |
| 📚 Documentation | https://github.com/SyedKumailHussainNaqvi/ProPepX/tree/main/docs |
1@article{ProPepX2026,
2 title={ProPepX: A unified, interpretable, bidirectional interaction-aware transfer-learning framework for residue-level protein–peptide binding-site prediction},
3 author={Syed Kumail Hussain Naqvi and Sourav Chandra et al.},
4 journal={Nature Machine Intelligence},
5 year={2026},
6 note={Manuscript under review}
7}