Skip to content

Toepfer-Lab/DEKP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEKP: a deep learning model for enzyme kinetic parameter prediction based on pretrained models and graph neural networks

workflow

Preparation

Here are the pretrained models used in DEKP

ProtT5-XL-U50

SMILES Transformer

PST

MolFormer

Extension libraries that need to be installed separately PyTorch geometric (PyG)

Usage

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

Dataset

kcat

Km

Protein Structure Datasets

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%