maoyibo / alignment_algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alignment algorithm

Reference

http://rna.informatik.uni-freiburg.de/Teaching/

Needleman wunsch

Global alignment, linear gap cost

Smith waterman

Local alignment, liner gap cost

Gotoh

Global alignment, affine gap cost

Gotoh local

Local alignment, affine gap cost

Test

Run algorithm_test.ipynb for alignment test.

About

License:GNU General Public License v2.0


Languages

Language:Python 91.0%Language:Jupyter Notebook 9.0%