An open API service indexing awesome lists of open source software.

https://github.com/gagniuc/global-sequence-alignment-in-js

This implementation makes a global alignment between two strings and it demonstrates the use of the global alignment algorithm.
https://github.com/gagniuc/global-sequence-alignment-in-js

alignment bioinformatics dna global proteins rna sequence

Last synced: about 1 month ago
JSON representation

This implementation makes a global alignment between two strings and it demonstrates the use of the global alignment algorithm.

Awesome Lists containing this project

README

          

# Global sequence alignment in JS

This JavaScript/HTML5 implementation makes a global sequence alignment between two strings, namely between a sequence s0='TGAATTCAGTTA' and s1='TGGATCGA'. In fact, this simple implementation makes an alignment between any two strings. All symbols from UTF-8 are accepted by this algorithm. For an implementation of local sequence alignment please see [this repository](https://github.com/Gagniuc/Local-sequence-alignment-in-JS).

# Live demo

https://gagniuc.github.io/Global-sequence-alignment-in-JS/

# Screenshot

![screenshot](https://github.com/Gagniuc/Global-sequence-alignment-in-JS/blob/main/img/global%20sequence%20alignment.png?raw=true)

# References

- Paul A. Gagniuc. Algorithms in Bioinformatics: Theory and Implementation. John Wiley & Sons, Hoboken, NJ, USA, 2021, ISBN: 9781119697961.