https://github.com/drdrsh/needleman-wunsch
Interactive Visualization of Needleman-Wunsch Algorithm in Javascript
https://github.com/drdrsh/needleman-wunsch
alignment javascript needleman-wunsch
Last synced: about 1 year ago
JSON representation
Interactive Visualization of Needleman-Wunsch Algorithm in Javascript
- Host: GitHub
- URL: https://github.com/drdrsh/needleman-wunsch
- Owner: drdrsh
- Created: 2015-09-06T04:25:22.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-24T02:12:10.000Z (over 1 year ago)
- Last Synced: 2025-04-03T23:41:24.877Z (about 1 year ago)
- Topics: alignment, javascript, needleman-wunsch
- Language: JavaScript
- Size: 17.6 KB
- Stars: 42
- Watchers: 3
- Forks: 17
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Needleman-Wunsch
Interactive Visualization of Needleman-Wunsch Algorithm in Javascript.
You can view this code live on http://experiments.mostafa.io/public/needleman-wunsch/
The motivation behind this demo is that I had some difficulty understanding the algorithm, so to gain better understanding I decided to implement it. This is not meant for serious use, What I tried to do here is to illustrate visually how the matrix is constructed and how the algorithm works. Also I wanted to allow some freedom for the user to construct a custom path along the matrix and see how paths translate into alignment "or mis-alignments".