Giter Site home page Giter Site logo

bhi-kimlab / deepfam Goto Github PK

View Code? Open in Web Editor NEW
17.0 4.0 8.0 3.11 MB

Deep learning based alignment-free method for protein family modeling and prediction

Home Page: https://bhi-kimlab.github.io/DeepFam/

Python 98.57% Shell 1.43%
deep-learning convolutional-neural-networks protein-sequence alignment-free

deepfam's Introduction

About DeepFam

DeepFam is a deep learning based alignment-free protein function prediction method. DeepFam first extracts features of conserved regions from a raw sequence by convolution layer and makes a prediction based on the features.

Figure

Features

  • Alignment-free: Do not need multiple or pairwise sequence alignment to train family model.
  • Instead, locally conserved regions within a family are trained by convolution units and 1-max pooling. Convolution unit works similar as PSSM.
  • Utilizing variable-size convolution unit (multiscale convolution unit) to train family specific conserved regions whose lengths are usually various.

Installation

DeepFam is implemented in with Tensorflow library. Both CPU and GPU machines are supported. For detail instruction of installing Tensorflow, see the guide on official website.

Requirements

  • Python: 2.7
  • Tensorflow: over 1.0

Usage

First, clone the repository or download compressed source code files.

$ git clone https://github.com/bhi-kimlab/DeepFam.git
$ cd DeepFam

You can see the valid paramenters for DeepFam by help option:

$ python src/DeepFam/run.py --help

One example of parameter setting is like:

$ python src/DeepFam/run.py \
  --num_windows [256, 256, 256, 256, 256, 256, 256, 256] \ 
  --window_lengths [8, 12, 16, 20, 24, 28, 32, 36] \
  --num_hidden 2000 \
  --batch_size 100 \
  --keep_prob 0.7 \ 
  --learning_rate 0.001 \
  --regularizer 0.001 \ 
  --max_epoch 25 \
  --seq_len 1000 \ 
  --num_classes 1074 \ 
  --log_interval 100 \ 
  --save_interval 100 \ 
  --log_dir '/tmp/logs' \  
  --test_file '/data/test.txt' \ 
  --train_file '/data/train.txt' 

Data

All data used by experiments described in manuscript is available at here.

Contact

If you have any question or problem, please send a email to [email protected]

deepfam's People

Contributors

minsik-bioinfo avatar seokjuns avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

deepfam's Issues

How do I use this tool?

Hi there,

probably a stupid question, but... how do I use this tool?
I see that I can train a model and test it on some other data.
But is there any option to save the model and get random data predicted?
We have a big database and would need to build 400+ models (if we'd be using it), and would like to annotate then new proteins iteratively. But I don't see how this would work here.

Any hints please :)?
Thanks

data?

Hello,

It seems I can't access the page for the data. Could you please update the link?

Thank you!

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.