Skip to content

gitter-badger/gneiss

 
 

Repository files navigation

gneiss

Build Status Coverage Status

Canonically pronouced nice

gneiss is a compositional statistics and visualization toolbox.

Note that gneiss is not compatible with python 2, and is compatible with Python 3.4 or later. gneiss is currently in alpha. We are actively developing it, and backward-incompatible interface changes may arise.

Installation

To install this package, it is recommended to use conda. An environment can installed as follows

conda create -n gneiss_env python=3

gneiss then can be installed as follows

source activate gneiss_env
conda install pyqt
pip install gneiss

gneiss can also be installed through conda

conda install -c biocore gneiss

To run through the tutorials, you'll need a few more packages, namely seaborn, biom-format and h5py. These packages can be installed with conda as follows

conda install seaborn h5py
pip install biom-format

Examples

IPython notebooks demonstrating some of the modules in gneiss can be found as follows

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Jupyter Notebook 96.4%
  • Python 3.6%