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.
- Host: GitHub
- URL: https://github.com/gagniuc/dna-complementarity-alignment-in-js
- Owner: Gagniuc
- License: mit
- Created: 2021-11-13T19:48:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-16T20:36:54.000Z (about 4 years ago)
- Last Synced: 2025-05-29T19:58:44.517Z (about 1 year ago)
- Topics: algorithm, alignment, complementary, dna, javascript, js, rna, sequences
- Language: HTML
- Homepage:
- Size: 63.5 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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

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