anhima - Exploration and analysis of genetic variation dataΒΆ

This package is intended to provide convenience for those working with genetic variation data who need quick access to some exploratory analysis and plotting functions.

This package is mostly an extremely thin wrapper around numpy, scipy, numexpr, matplotlib, sklearn and other generic scientific libraries. Viewing the source code is recommended, as this may suggest ways that generic libraries like numpy could be used or adapted for other purposes beyond the limited set of functionalities supported here.

N.B., this package is in a very early stage of development. Please report any bugs to the GitHub issue tracker.

See also information for developers.

Installation

Install latest stable release from PyPI:

pip install -U anhima

Install from GitHub:

git clone https://github.com/alimanfoo/anhima.git
cd anhima
python setup.py install

Contents

Indices and tables