This repository contains the code and datasets to reproduce the results and figures and to train the models from our paper "PMAK: Enhancing kcat Prediction Through Residue-Aware Attention Mechanism and Pre-Trained Representations".
The turnover number (
1.Generate enzyme embedding by Pro-T5-XL
python get_prot5.py
2.Generate reaction embedding by RXNFP
python get_rxnfp.py
3.Train the PMAK model
python train_kcat.py