GithubHelp home page GithubHelp logo

bzlee-bio / deepgoplus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bio-ontology-research-group/deepgoplus

0.0 0.0 0.0 213 KB

DeepGO with GOPlus axioms

License: BSD 3-Clause "New" or "Revised" License

Python 98.48% Shell 1.37% Dockerfile 0.15%

deepgoplus's Introduction

DeepGOPlus: Improved protein function prediction from sequence

DeepGOPlus is a novel method for predicting protein functions from protein sequences using deep neural networks combined with sequence similarity based predictions.

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

Dependencies

  • The code was developed and tested using python 3.7.
  • To install python dependencies run: pip install -r requirements.txt
  • Install diamond program on your system (diamond command should be available)

Data

  • http://deepgoplus.bio2vec.net/data/ - Here you can find the data used to train and evaluate our method.
  • data.tar.gz - Data required to run predict.sh script
  • data-cafa.tar.gz - CAFA3 challenge dataset
  • data-2016.tar.gz - Dataset which is used to compare DeepGOPlus with GOLabeler and DeepText2GO

Installation

pip install deepgoplus

Running

Scripts

The scripts require GeneOntology in OBO Format.

  • uni2pandas.py - This script is used to convert data from UniProt database format to pandas dataframe.
  • deepgoplus_data.py - This script is used to generate training and testing datasets.
  • deepgoplus.py - This script is used to train the model
  • evaluate_*.py - The scripts are used to compute Fmax, Smin and AUPR

The online version of DeepGOPlus is available at http://deepgoplus.bio2vec.net/

Citation

If you use DeepGOPlus for your research, or incorporate our learning algorithms in your work, please cite: Maxat Kulmanov, Robert Hoehndorf; DeepGOPlus: Improved protein function prediction from sequence, Bioinformatics, https://doi.org/10.1093/bioinformatics/btz595

New version specifications

Current dependencies can be found in the requirements.txt file. The used Python version is 3.7.9. Current version of Tensorflow will require Cuda 10.1 and Cudnn 7.6.5

Updating

The following scripts must be run to update the model using the latest versions of the Gene Ontology (GO) and the SwissProt Database.

  • update.py - This will download new releases of GO and SwissProt and train the model. If there are not new releases, the process will abort.
  • new_evaluation.sh - This will compute Fmax, Smin and AUPR metrics.

deepgoplus's People

Contributors

coolmaksat avatar ferzcam avatar jaypmorgan avatar leechuck 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.