Code for analysis of flow cytometry data. Based heavily on FlowCytometryTools:
conda create --name oyflow python=3.9 scipy
conda activate oyflow
pip install git+https://github.com/oylab/oyFlow.git#egg=oyFlow
python -m ipykernel install --user --name=oyflow
git clone https://github.com/oylab/oyFlow
cd oyFlow
conda create --name oyflow python=3.9 scipy
conda activate oyflow
pip install -e .
python -m ipykernel install --user --name=oyflow