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

https://github.com/gagniuc/dna-complementarity-alignment-in-js

This JavaScript implementation detects the areas where two DNA sequences are complementary to each other. All symbols from UTF-8 are accepted by this algorithm.
https://github.com/gagniuc/dna-complementarity-alignment-in-js

algorithm alignment complementary dna javascript js rna sequences

Last synced: 4 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# DNA complementarity alignment in JS

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

# Live demo

https://gagniuc.github.io/DNA-complementarity-alignment-in-JS/

# Screenshot

![screenshot](https://github.com/Gagniuc/DNA-complementarity-alignment-in-JS/blob/main/DNA%20complement%20via%20alignment.png)

# References

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