This module provides facilities for accessing data generated by the Imaging FlowCytobot. It can read and write IFCB data in various formats, including the instrument's native format, and can serve as the basis of any application that uses IFCB data.
pip install git+https://github.com/joefutrelle/pyifcb
It is strongly recommended that you use a version tag when installing pyifcb. See releases for available version tags.
For example to install pyifcb 1.1.1,
pip install 'git+https://github.com/joefutrelle/[email protected]'
git clone https://github.com/joefutrelle/pyficb
cd pyifcb
pip install .
For complete documentation, see this repo's wiki.