Giter Club home page Giter Club logo

deepdom's Introduction

DeepDom

DeepDom is an ab-initio method for protein domain boundary prediction

Usage:

  1. Train a model by your own data

To train a model, users should have .fasta file for protein sequences and domain boundary annotations on corresponding protein sequences. Then use the "dataprocess.pl" code to transformat the data. After that, the processed data can be used as input for "train.py" to train a model. Note: the requirement of packages that imported in the code need to be met.

  1. Use the existing trained model that mentioned in our paper

By fine tuning the hyper-parameters, We have already trained a model and saved it as file "foldmodel_bilstmwrapper_4sum200_80_40nr_sliwin.h5".

  1. Predict

To predict domain boundary for a protein sequence, firstly, users need to transformat the .fasta sequence using "dataprocess.pl" as usage 1 and specify the location of the processed sequence data in "predict.py". Users also need to load a trained model, either users' own model or the model we provided.

We comment the parts in the codes where users' inputs are needed.

If you find the codes or our method is useful, please cite our paper "DeepDom: Predicting protein domain boundary from sequence alone using stacked bidirectional LSTM".

deepdom's People

Contributors

yuexujiang avatar

Watchers

 avatar  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.