Giter VIP home page Giter VIP logo

kinasepkipred's Introduction

KinasepKipred

Kinases to predict Inhibitor constant in terms of pKI (where pKi is decadic logarithm of Ki). We used the data points that were specifically represent Ki values to train and test the models.

Requirements:

  • python==2.7.16
  • pydpi==1.0
  • numpy==1.16.5
  • pandas==0.24.2
  • tqdm==4.36.1
  • scipy==1.2.2
  • scikit-learn==0.20.4
  • rdkit==2018.03

Setup

  • Download the model file
./download_model.sh
  • Set up the conda environment and activate it
conda env create -f environment.yml
conda activate kinasepki

Usage:

Run ./test.sh to get the prediction for an example pair of protein sequence and a ligand SMILES. For any other inputs, run the following

python2 get_kinase_pki.py "<PROTEIN_SEQUENCE>" "<LIGAND_SMILES>"

Docker

  • Build the docker image docker build -t kinasepki . and run docker run --rm kinasepki for a sample run that uses test.sh. To provide sequence and SMILES, do docker run --rm kinasepki <protein_sequence> <compound_smiles>

A docker image is also available on docker hub.

  • Download the docker image docker pull sirimullalab/kinasepkipred:py2
  • Run the container docker run --rm sirimullalab/kinasepkipred:py2 <protein_sequence> <compound_smiles>. To run with a built-in sample, do docker run --rm sirimullalab/kinasepkipred:py2

kinasepkipred's People

Contributors

govindakc avatar hassanmohsin avatar ssirimulla avatar

Stargazers

 avatar daiyizheng avatar  avatar Yingfei(Jeremy) Xiang avatar Rafael avatar Dongpin Oh avatar SallyS. avatar Jeanne Inchauspé avatar Agamemnon Krasoulis avatar Takshan avatar  avatar Anoop Kulkarni avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

superxiang

kinasepkipred's Issues

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.