0.0.1 • Published 8 years ago

bioinformatics v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

Build Status

Bioinformatics Algorithms in JavaScript

The field of bioinformatics has a series of algorithms which are specific to the domain. This is a collection of some basic implementations of these algorithms and their data structures in JavaScript.

Source code exists in src/, in ES6, transcompiled by babel into ES5 classes in the dist/ directory.