scanpy-utils

Utility functions for scanpy


License
MIT
Install
pip install scanpy-utils==0.1.1

Documentation

Overview

docs Documentation Status
tests
Travis-CI Build Status

package

Utility functions for scanpy

  • Free software: MIT license

Installation

pip install scanpy-utils

Documentation

See https://scanpy-utils.readthedocs.io/en/latest/reference/index.html

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox