Skip to content

This JavaScript implementation detects the areas where two DNA/RNA/protein sequences are similar to each other. All symbols from UTF-8 are accepted by this algorithm.

License

Notifications You must be signed in to change notification settings

Gagniuc/Local-sequence-alignment-in-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local sequence alignment in JS

This JavaScript implementation detects the areas where two DNA/RNA/protein sequences are similar to each other. In fact, this simple implementation makes an alignment between any two strings. All symbols from UTF-8 are accepted by this algorithm. Moreover, the implementation is the core of the application found here: https://github.com/Gagniuc/Jupiter-Bioinformatics-V2-normal

Live demo

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

Screenshot

screenshot

screenshot

References

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

About

This JavaScript implementation detects the areas where two DNA/RNA/protein sequences are similar to each other. All symbols from UTF-8 are accepted by this algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages