Categorygithub.com/danielschuette/bioinformatics
module
0.0.0-20190119231906-85335403684f
Repository: https://github.com/danielschuette/bioinformatics.git
Documentation: pkg.go.dev

# 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

  1. alignmentplots: alignmentplots visualizes the relationship between two nucleotide or amino acid sequences.

  2. dataframe: dataframe implements a basic dataframe.

  3. 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.