This repository contains the code and datasets to reproduce the results and figures and to train the models from our paper "Turnover number predictions for kinetically uncharacterized enzymes using machine and deep learning".
Before you can run the jupyter notebooks, you need to download and unzip a data folder from Zenodo. Afterwards, this repository should have the following strcuture:
├── code
├── data
└── README.md
The listed packaged can be installed using conda and pip:
pip install torch
pip install numpy
pip install tensorflow
pip install fair-esm
pip install jupyter
pip install matplotlib
pip install hyperopt
pip install pickle
pip install biopython
pip instal drfp
pip install zeep
conda install pandas=1.3.0
conda install -c conda-forge py-xgboost=1.2.0
conda install -c rdkit rdkit