Giter Club home page Giter Club logo

pyppi's Introduction

Introduction

A computational tool for annotating the edges in a protein-protein interaction (PPI) network with post-translational modification (PTM) and functional labels. The tool serves two main purposes:

  1. Mining protein-protein interactions labelled with PTMs and higher level signalling function (activation, inhibition etc) from various databases such as KEGG and HPRD.

  2. Provide machine learning API that can be used to classify the PTM of binary protein interactions encoded by UniProt accessions to both learn from a training dataset and and classify new/unseen classify interactions.

This can be used as a command line tool with the provided scripts, or custom made scripts. Alternatively, the tool can be integrated into an existing project using the simple API described in the examples. See the documentation for an in-depth guide.

Basic install guide

First clone the repository or download it and extract it to a convenient location. To install the package and all requirements:

python setup.py install

To download all required data:

python setup.py download_data

To test your installation:

python setup.py test 

Or

python test.py

Before using the API or provided scripts, you will need to build the training database and train an initial classifier. Once you have installed the package you can move the script files to any directory of your choice. Once you have changed your working directory to the script directory:

python build_data.py -h
python build_data.py

Documentation

The documentation is not currently hosted (upcoming). To build a local copy of the documentation cd into docs and run the make script:

make html

This will build a html version of the documentation in the folder build. To view the documentation, open the file index.html.

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.