flowsym

https://badge.fury.io/py/flowsym.svg https://travis-ci.com/harmslab/flowsym.svg?branch=master Documentation Status

A Python API for simulating flow cytometry data.

Installation

  1. Clone and navigate to this directory
$ git clone git://github.com/harmslab/flowsym
$ cd flowsym
  1. Create a new virtual environment using requirements on environment.yml file.
$ conda env create -f environment.yml
  1. Alternatively, install the requirements manually. Note that hdbscan must be installed using conda-forge channel
$ conda install -c conda-forge hdbscan
$ pip install -r requirements.txt

Examples

Coming soon.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.