AlignmentVisualizer

所属分类:生物医药技术
开发工具:JavaScript
文件大小:229KB
下载次数:0
上传日期:2020-01-31 06:22:50
上 传 者sh-1993
说明:  显示DNA序列比对的动态编程表
(Shows dynamic programming table for DNA sequence alignments)

文件列表:
LICENSE.txt (34520, 2019-07-25)
STARTING_SERVER.sh (26, 2019-07-25)
about.html (3443, 2019-07-25)
align.css (3985, 2019-07-25)
align.html (4283, 2019-07-25)
align.js (19806, 2019-07-25)
arrowdiaggreen.png (3572, 2019-07-25)
arrowdiaggreendark.png (3676, 2019-07-25)
arrowdiagorange.png (3291, 2019-07-25)
arrowlargediaggreen (4245, 2019-07-25)
arrowlargediaggreen.png (5155, 2019-07-25)
arrowlargediagorange.png (2566, 2019-07-25)
arrowlargediagorange2.png (3358, 2019-07-25)
arrowlargeleft.png (2317, 2019-07-25)
arrowlargeup (2514, 2019-07-25)
arrowlargeup.png (2716, 2019-07-25)
arrowleft.png (3243, 2019-07-25)
arrowup.png (3230, 2019-07-25)
css (0, 2019-07-25)
css\bootstrap-theme.css (26132, 2019-07-25)
css\bootstrap-theme.css.map (47706, 2019-07-25)
css\bootstrap-theme.min.css (23409, 2019-07-25)
css\bootstrap-theme.min.css.map (5532, 2019-07-25)
css\bootstrap.css (146082, 2019-07-25)
css\bootstrap.css.map (389227, 2019-07-25)
css\bootstrap.min.css (121260, 2019-07-25)
css\bootstrap.min.css.map (54416, 2019-07-25)
index.html (4283, 2019-07-25)
js (0, 2019-07-25)
js\bootstrap.js (68954, 2019-07-25)
js\bootstrap.min.js (36868, 2019-07-25)
js\npm.js (484, 2019-07-25)

# AlignmentVisualizer Working demo at: https://valiec.github.io/AlignmentVisualizer Alignment Visualizer is a web app which will show you the dynamic programming matrix for an alignment of two DNA sequences. I developed it in the summer of 2016 as a teaching tool to help people understand how dynamic programming works in DNA sequence alignments. It supports four different alignment algorithms: Global Alignment, Local Alignment, Fitting Alignment, and Overlap Alignment. All alignments are implemented with linear gap penalties. You can enter two sequences and modify the scoring matrix, and Alignment Visualizer will show you the dynamic programming matrix for the alignment. You are also able to see all the possible scores for a cell (one for each direction) as well as the one chosen (i.e. the maximum). Though it is intended as a teaching tool, it can also be useful to programmers debugging alignment algorithms, since it allows you to see both the aligned sequences and the dynamic programming matrix (including traceback directions) for an alignment. If you're a programmer who wants to make a custom version of Alignment Visualizer to test an unusual alignment, you can. However, if you distribute your custom version, please provide a link back to the original version. I don't want a ton of versions of Alignment Visualizer, all slightly different, on the internet and users not knowing which is the original.

近期下载者

相关文件


收藏者