-
Notifications
You must be signed in to change notification settings - Fork 1
Simple biomolecular sequence processing for Javascript
License
etal/bioseq.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
========= BioSeq.js ========= Javascript implementation of a biomolecular sequence object, standard functions/methods for sequence manipulation, and I/O for the FASTA format. Designed for server-side Javascript, namely Node.js. I'm not sure what tweaks are needed to make it useful client-side. Contents -------- Functions: letterCounts, letterFrequencies complement, reverseComplement transcribe, backTranscribe translate, translate3frames, translate6frames Sequence class: - Attributes are data (the character sequence), sequence id, sequence description, alphabet, features, and arbitrary annotations (the last three don't do anything yet) - Methods are all the above functions I/O: FASTA
About
Simple biomolecular sequence processing for Javascript
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published