Git Product home page Git Product logo

convmhc's Introduction

ConvMHC

A web server for peptide-MHC class I binding predictions using Deep Convolutional Neural Networks(DCNNs)

Screenshot

The main web interface of ConvMHC consists of the input form panel (left) and the result list panel (right). Users can submit multiple peptide sequences and a HLA-I allele in the input form panel. Once the prediction process is completed, the user can see the prediction results of the input peptides in the result list panel. For each prediction result, the user can also identify the informative pixels captured by the DCNN on the transformed peptide binding image through a pop-up panel.

Installation

  • Requirements when you setup ConvMHC server:
    • Python 2.7.3
    • Flask 1.0+
    • Theano 0.8.2
    • Keras 1.1.2
    • deeplift-0.4.0-alpha
  • ConvMHC requires DeepLIFT(https://github.com/kundajelab/deeplift) to identify informative pixels on a peptide-MHC binding image. Current source directory includes the DeepLIFT package(deeplift-0.4.0-alpha.tgz). You can install the package as follows:
tar xvfz deeplift-0.4.0-alpha.tgz
pip install deeplift

Run ConvMHC web server

Just run src/main.py as follows:

cd src
python main.py

Once ConvMHC web server is started, the main web interface is accessible via http://localhost:5000


convmhc's People

Contributors

aidanbio avatar

Stargazers

GCS-ZHN avatar  avatar Haneol Lee avatar  avatar  avatar abhimat gupta avatar Ha Young Kim avatar 0x1orz avatar Perry avatar Clint Valentine avatar Sourav Singh avatar Brad Chapman avatar Mikhail Shugay avatar Jeff Hammerbacher avatar

Watchers

 avatar

convmhc's Issues

Default model `model_AB.h5` cannot be loaded

I just tried to get ConvMHC running for Python 2.7 and the following requirements file:

flask==1.0
theano==0.8.2
keras==1.1.2
seaborn
IPython
sklearn
tensorflow==1.2

After fixing the deeplift dependency (some source files within the tar archive are also compressed), I still couldn't get the software to work.

For various versions of Tensorflow 1 (TF 2 is incompatible with the model), I received this error:

Negative dimension size caused by subtracting 2 from 1 for 'MaxPool_2' (op: 'MaxPool') with input shapes: [?,9,1,128].

I assume that there is a problem with the model? Is there a training script available?

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.