preston / alignment

A JavaScript pairwise sequence aligner demonstration using dynamic programming.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pairwise Sequence Alignment In JavaScript

This is a simple web-based example of how to implement pairwise alignment using dynamic programming techniques. The index.html file uses jQuery and the Bootstrap CSS framework to instantly align two source strings.

You can view a live demo at http://alignment.prestonlee.com.

Legal

Released under the Apache 2 license. Copyright 2014 Preston Lee. All rights reserved.

About

A JavaScript pairwise sequence aligner demonstration using dynamic programming.


Languages

Language:JavaScript 59.4%Language:HTML 35.7%Language:CSS 4.3%Language:Dockerfile 0.6%