Skip to content

Deep reinforcement learning based sequence alignment tool

Notifications You must be signed in to change notification settings

rnaimehaom/DQNalign

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Deep reinforcement learning based sequence alignment tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 78.7%
  • C++ 18.4%
  • C 2.9%