Giter Site home page Giter Site logo

kcat_prediction's Introduction

Description

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".

For people interested in using the trained prediction model, we implemented a web server that allows an easy use of our trained model. The prediction tool can be run in a web-browser and does not require the installation of any software. Prediction results are usually ready within a few minutes.

For people interested in using a python function to achieve predictions of the trained model, we created a GitHub repository that allows an easy use of our trained model.

Downloading data folder

Before you can run the jupyter notebooks, you need to download and unzip a data folder. Afterwards, this repository should have the following strcuture:

├── code                   
├── data                    
└── README.md

Requirements for running the code in this GitHub repository

  • python 3.7.7
  • jupyter
  • pandas 1.3.0
  • torch 1.6.0
  • numpy 1.21.2
  • rdkit 2020.03.3
  • fair-esm 0.3.1
  • py-xgboost 1.2.0
  • matplotlib 3.4.1
  • hyperopt 0.25
  • sklearn 0.22.1
  • pickle
  • Bio 1.78
  • re 2.2.1

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
conda install pandas=1.3.0
conda install -c conda-forge py-xgboost=1.2.0
conda install -c rdkit rdkit

kcat_prediction's People

Contributors

alexanderkroll avatar

Stargazers

Ding Luo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.