/alignment

A JavaScript pairwise sequence aligner demonstration using dynamic programming.

Primary LanguageJavaScript

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.