FlowIO Documentation

https://img.shields.io/pypi/v/flowio.svg?colorB=dodgerblue https://img.shields.io/pypi/l/flowio.svg?colorB=green https://img.shields.io/pypi/pyversions/flowio.svg PyPI - Downloads

FlowIO is a Python library for reading / writing Flow Cytometry Standard (FCS) files, with minimal dependencies and is compatible with Python 3.9+.

For higher level interaction with flow cytometry data, including GatingML and FlowJo 10 support, see the related FlowKit project.

Installation

The recommended way to install FlowIO is via the pip command:

pip install flowio

Or, if you prefer, you can install from the GitHub source:

git clone https://github.com/whitews/flowio
cd flowio
pip install .

Changelogs

Changelogs for versions are available here


Tutorials

FlowIO Tutorial

API