Coder Social home page Coder Social logo

deepgo's Introduction

DeepGO - Predicting Gene Ontology Functions

DeepGO is a novel method for predicting protein functions using protein sequences and protein-protein interaction (PPI) networks. It uses deep neural networks to learn sequence and PPI network features and hierarchically classifies it with GO classes. PPI network features are learned using a neuro-symbolic approach for learning knowledge graph representations by Alshahrani, et al.

This repository contains script which were used to build and train the DeepGO model together with the scripts for evaluating the model's performance.

Dependencies

To install python dependencies run: pip install -r requirements.txt

Scripts

The scripts require GeneOntology in OBO Format.

  • nn_hierarchical_seq.py - This script is used to build and train the model which uses only the sequence of protein as an input.
  • nn_hierarchical_network.py - This script is used to build and train the model which uses sequence and PPI network embeddings of protein as an input.
  • get_data.py, get_functions.py, mapping.py scripts are used to prepare raw data.
  • blast.py script is used to evaluate BLAST method's performance
  • evaluation.py script is used to evalutate the performance of the FFPred, GOFDR and our method.

Running

  • Download the data file from http://deepgo.bio2vec.net/data/deepgo/data.tar.gz and extract data folder
  • Install diamond program on your system (diamond command should be available)
  • run predict_all.py script with -i <input_fasta_filename> arguments
  • See the results in results.tsv file

Data

Citation

If you use DeepGO for your research, or incorporate our learning algorithms in your work, please cite:

Maxat Kulmanov, Mohammed Asif Khan, Robert Hoehndorf; DeepGO: Predicting protein functions from sequence and interactions using a deep ontology-aware classifier, Bioinformatics, 2017. https://doi.org/10.1093/bioinformatics/btx624

deepgo's People

Contributors

coolmaksat avatar leechuck avatar

Watchers

James Cloos 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.