DEKP: a deep learning model for enzyme kinetic parameter prediction based on pretrained models and graph neural networks
Here are the pretrained models used in DEKP
Extension libraries that need to be installed separately PyTorch geometric (PyG)
git clone https://github.com/wang-yi-zhen/DEKP
conda env create -f environment.yml
The files in the Encode folder are used to extract different features. You can run the corresponding code file based on your needs, but make sure that the dataset required by the file has been prepared.
cd-hit-2d is used to calculate the sequence similarity of proteins cd-hit-2d
PDBFixer is used to repair and prepare Protein Data Bank (PDB) files for molecular simulations by automatically fixing missing atoms, residues, and hydrogens while removing unwanted molecules.
conda install -c conda-forge pdbfixer
pdbfixer
