bioinformatics

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.

Usage no npm install needed!

<script type="module">
  import bioinformatics from 'https://cdn.skypack.dev/bioinformatics';
</script>

README

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.