A Python API for simulating flow cytometry data.
- Free software: MIT license
- Documentation: https://flowsym.readthedocs.io/
- Clone and navigate to this directory
$ git clone git://github.com/harmslab/flowsym
$ cd flowsym
- Create a new virtual environment using requirements on environment.yml file.
$ conda env create -f environment.yml
- 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
Coming soon.
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.