Skip to content

oylab/oyFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oyFlow

Code for analysis of flow cytometry data. Based heavily on FlowCytometryTools:

Install

conda create --name oyflow python=3.9 scipy

conda activate oyflow

pip install git+https://github.com/oylab/oyFlow.git#egg=oyFlow

add kernel to jupyter:

python -m ipykernel install --user --name=oyflow

on Linux/Mac from source:

git clone https://github.com/oylab/oyFlow

cd oyFlow

conda create --name oyflow python=3.9 scipy

conda activate oyflow

pip install -e .

add kernel to jupyter:

python -m ipykernel install --user --name=oyflow

About

Flow cytometry analysis, eventually

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors