Coder Social home page Coder Social logo

kenkeni-zju / deephagetp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chuym726/deephagetp

0.0 1.0 0.0 28.38 MB

DeephageTP: an alignment-free deep learning framework for identifying phage-specific proteins from metagenomic datasets

Python 100.00%

deephagetp's Introduction

DeephageTP

DeephageTP: an alignment-free deep learning framework for identifying phage-specific proteins from metagenomic datasets Version:1.0

Description

DeephageTP predicts phage-specific proteins using deep learning methods. The method has good prediction precision for phage-specific proteins (TerL,Portal and TerS), and it also can be used to predict sequences from the viromic data. CNN can automatically learn protein sequence patterns and simultaneously build a predictive model based on the learned amino acid sequence patterns.Compared to the alignment methods, the CNN is a natural generalization of amino acid based model, can find the similarities of viral proteins at high latitudes. The more flexible CNN model indeed outperforms the alignment methods on viral protein sequence prediction problem.

Dependencies

DeephageTP requires Python 3.6 with the packages of numpy, theano, keras and scikit-learn. We recommand the use Conda to install all dependencies. After installing conda,simply run:

conda install python=3.6 numpy theano keras scikit-learn

or creat a virtual environment

conda create --name deephageTP python=3.6 numpy theano keras scikit-learn

source activate deephageTP

Installation

Download the package by

git clone https://github.com/chuym726/DeephageTP.git

cd DeephageTP

deephagetp's People

Contributors

chuym726 avatar

Watchers

 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.