FlowIO is a Python library for reading and writing Flow Cytometry Standard (FCS) files. Current version is 1.4.0. The library supports FCS 2.0, 3.0, and 3.1. Release cadence is irregular; last release was in 2023.
pip install flowioNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Read an FCS file and access event data.
Use np.array(fcs.events).reshape(fcs.event_count, fcs.channel_count)
Use fcswrite or similar for writing.
pip install numpy
Check the FCS file integrity; try with a known valid file.
No dependency data recorded yet.