Git Product home page Git Product logo

bindppi's Introduction

BindPPI

About

BindPPI calculates binding affinities for protein-protein interactions. It includes three representative best-performing models. The first model is structure-based, consisting of a random forest regression and thirteen handcrafted features, named as RF_{13}. The second model is sequence-based, employing an architecture that combines transferred embedding features with a multilayer perceptron, named as MLP_{5120}. Finally, we created an ensemble model by averaging the predictions of the two aforementioned models, named as AvgEns. For RF_{13} and AvgEns, the input requires the 3D structure of the protein-protein complex, while MLP_{5120} only needs the sequence of the complex for computation.

Installation instructions

Pull Docker Image

The prefered and easiest is by pulling the docker image made available publicly.

prerequisites: docker

Just pull the image:

docker pull minghuilab/bindppi:v1

Note: this step may take about 20mins.

Build the Image

docker run -it minghuilab/bindppi:v1 /bin/bash
conda activate myenv
cd bindppi

Running BindPPI

For model RF_{13}

python BindPPI_RF13.py -i example_1akj
To run the RF_{13} model, you need to (1) create a folder to organize your input and output files. Let's call it example_1akj; (2) prepare two input files similar to example_1akj.input and 1AKJ.pdb in the example_1akj folder. The output file, example_1akj.RF13, will be generated as a result of running the model.

Note: the folder name (example_1akj) and input file name (example_1akj.input) should be in lowercase, and their file names should match.

For model MLP_{5120}

python BindPPI_MLP5120.py -f ./MLP5120_example/sample_input_sequence.json -o your_output_file

To run the MLP_{5120} model, you only need to create a JSON file containing the input sequences for each complex (refer to the file sample_input_sequence.json in the MLP5120_example folder). The output file is your_output_file, referring to the example MLP5120_prediction.txt.

For model AvgEns

python BindPPI_AvgEns.py -i example_1akj

To run the AvgEns model, you need to (1) create a folder to organize your input and output files. Let's call it example_1akj; (2) prepare three input files similar to example_1akj.input, 1AKJ.pdb, and example_1akj.json in the example_1akj folder. The output file, example_1akj.AvgEns, will be generated as a result of running the model.

bindppi's People

Contributors

zhengff123 avatar minghuigroup 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.