GithubHelp home page GithubHelp logo

rnaimehaom / dqnalign Goto Github PK

View Code? Open in Web Editor NEW

This project forked from syjqkrtk/dqnalign

0.0 0.0 0.0 160.55 MB

Deep reinforcement learning based sequence alignment tool

C++ 18.41% Python 78.69% C 2.90%

dqnalign's Introduction

DQNalign

DQN based sequence alignment tool

We propose a novel pairwise global alignment tool using the deep reinforcement learning. By defining the local best path selection model, we can adapt the reinforcement learning into the sequence alignment problem. We verified the DQNalign algorithm in the various cases: 1) In-silico sequences based on the model of evolution 2) HEV sequences 3) E.coli sequences. Then, we tried to compare the performance of the conventional alignment methods (the MUMmer and Cluster), and also we tried to combine these methods and our DQNalign method. Detailed explanation will be written in our paper.

The code was implemented in the python 3.5.5 and TensorFlow 1.12.0.

Description of the project structure

  • tool : Base algorithms are implemented in this folder
    • Bio : About bioinformatics methods
    • RL : About deep reinforcement learning methods
    • util : Extra functions
  • test : Experiments are implemented in this folder
  • train : Training procedure is implemented in this folder
  • param : Parameters are written in this folder

flags.py : Selection of parameters

Because of the file sizes, we will replace the networks into the GoogleDrive link. Please download the trained networks in the following link.

  1. Conceptual diagram of the DQNalign

2.Detailed network architecture of the network named DQN

3.Detailed network architecture of the network named SSD

Our code implementation refers the following links:

Explanation - "https://medium.com/@awjuliani/simple-reinforcement-learning-with-tensorflow-part-4-deep-q-networks-and-beyond-8438a3e2b8df".

Deep reinforcement learning - https://github.com/awjuliani/DeepRL-Agents/blob/master/Double-Dueling-DQN.ipynb

Code architecture - https://github.com/veronicachelu/meta-learning

Clustal - https://github.com/etetoolkit/ext_apps/tree/master/src/clustal-omega-1.2.1

MUMmer 3.23 - https://sourceforge.net/projects/mummer/

dqnalign's People

Contributors

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