https://github.com/j-e-j-s/dnajs-package
DNA functions in javascript.
https://github.com/j-e-j-s/dnajs-package
Last synced: 8 months ago
JSON representation
DNA functions in javascript.
- Host: GitHub
- URL: https://github.com/j-e-j-s/dnajs-package
- Owner: J-E-J-S
- Created: 2021-02-21T21:19:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T10:44:51.000Z (over 4 years ago)
- Last Synced: 2024-12-31T05:30:00.183Z (9 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNA
## A basic package-in-progress of DNA-related functions implemented in javascript.
## Functions
### seq.js
composition - Returns base composition of nucleotide polymer as dictionary.transcribe - Returns transcribed DNA as mRNA.
reverse_complement - Returns the complementary strand of a DNA polymer.
gc_content - Returns GC contents of polymer as percentage (%).
translate - Returns primary sequence of protein polypeptid