Parse fcs files into AnnData.


License
Apache-2.0
Install
pip install readfcs==1.1.7

Documentation

Stars codecov pypi doi

readfcs: Read FCS files

Lightweight Python library to load data and metadata from Flow Cytometry Standard (FCS) files into DataFrame and AnnData objects.


Install: pyversions

$ pip install readfcs

Get started:

import readfcs

readfcs.read()  # Read FCS files into `AnnData`

readfcs.ReadFCS()  # Debug possible integrity issues in your FCS files

Read the docs or read the blog post.