A lightweight library for writing Flow Cytometry Standard (FCS) files from Python. Current version 0.6.4, requires Python >=3.6. The library is in maintenance mode with infrequent releases.
pip install fcswriteVerified import paths — ran on the pinned version, not inferred.
Minimal example to write an FCS file with two channels and three events.
Use: from fcswrite import fcswrite; fcswrite.write_fcs(...)
For FCS 3.0+ support, consider other libraries like 'flowio' or 'fcsy'.
Use: from fcswrite import fcswrite
Provide all three positional arguments: write_fcs('output.fcs', ['FSC','SSC'], data_matrix)No dependency data recorded yet.