Giter Club home page Giter Club logo

bw-automaton's Introduction

bw-automaton -- bwt for multiple alignment

Build Status

Convert the multiple-alignment result to prefix-sorted-automaton for Burrows Wheeler Transformation

Description

To visualize or map faster, we often use graph expression of reference genome. This program converts multiple alignment result to automaton, which is small and understandable expression.

Picture

Picture

Dependency

  • GCC
  • C++11
  • Graphviz(Optional)

Install

git clone https://github.com/6br/bw-automaton.git
cd bw-automaton
./configure
make

Usage

$ bw_automaton < sample/sample.txt

Sample of input is following.

4
GACGTA-CTG
GACGTA---G
GATGTA-CTG
GAC-TACCTG

And results are exported as Cytoscape.js style, So you can visualize on Web. Please see sample folder.

Flags

  • v: verbose(for debugging)
  • d: export as a dot style
  • m: export reverse-deterministic-automaton
  • b: export BWT table
  • c: export with colour(by 4 line)

You should use these options as below.

$ bw_automaton -dm < sample.txt | dot -Tpng -o sample.png

Notion

  • find(BWT) hasn't implemented yet. But you can easily find or locate from BWT table.

License

MIT

Reference

  • Ferragina, P., Luccio, F., Manzini, G., & Muthukrishnan, S. (2009). Compressing and indexing labeled trees, with applications. Journal of the ACM, 57(1), 1–33. http://doi.org/10.1145/1613676.1613680
  • Sirén, J., Välimäki, N., & Mäkinen, V. (2014). Indexing graphs for path queries with applications in genome research. IEEE/ACM Transactions on Computational Biology and Bioinformatics, 11(2), 375–388. http://doi.org/10.1109/TCBB.2013.2297101

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.