# README
Bioinformatics Tools
Overview
This repository is meant to be a collection of bioinformatics tools written in Go.
All code in this repository is work in progress!
Packages
-
alignmentplots:
alignmentplots
visualizes the relationship between two nucleotide or amino acid sequences. -
dataframe:
dataframe
implements a basic dataframe. -
plot:
plot
provides primitives for drawing plots.
License
The code in this repository is MIT licensed.
# Packages
Package alignmentplots ..
Package dataframe implements a column-based, 2-D data structure along with
a minimal set of mathematical operations that can be used for certain data
science applications.
Package plot provides plotting primitives that facilitate
the construction of simple plots.