readfcs1.1.9
readfcs1.1.9
Published
Parse fcs files into AnnData.
pip install readfcs
Package Downloads
Authors
Project URLs
Requires Python
readfcs: Read FCS files
Lightweight Python library to load data and metadata from Flow Cytometry Standard (FCS) files into DataFrame
and AnnData
objects.
Install:
$ pip install readfcs
Get started:
import readfcs
readfcs.read() # Read FCS files into `AnnData`
readfcs.ReadFCS() # Debug possible integrity issues in your FCS files