Gagniuc / RNA-complementarity

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RNA complementarity

This implementation makes a RNA complementarity alignment, namely it detects where two strands of RNA are complementary. This simple implementation is the core for normal alignment of the application found here: https://github.com/Gagniuc/Jupiter-Bioinformatics-V2-normal

Live demo

https://gagniuc.github.io/RNA-complementarity/

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 RNA sequences are complementary to each other. All symbols from UTF-8 are accepted by this algorithm.

License:MIT License


Languages

Language:HTML 100.0%