FCS for Humans
Project description
FCSX: FCS for Humans
FCSX is
- a very simple but fully featured Flow Cytometry Standard (FCS) reader for Python.
- written in Python Standard Library
FCSX supports to
- parse FCS 2.0, 3.0, and 3.1 versions
- create NumPy memory-mapped array for the DATA segment via installing NumPy
Installation
pip install fcsx
To support NumPy memory mapping (usually faster), please install the extra dependencies as
pip install fcsx[numpy]
Quick Start
import fcs
f = fcs.read('./FR-FCM-ZZPH/Samusik_all.fcs')
Contributing
License
FCSX has an BSD-3-Clause license, as found in the LICENSE file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fcsx-0.0.1.tar.gz
(7.1 kB
view hashes)
Built Distribution
fcsx-0.0.1-py3-none-any.whl
(7.3 kB
view hashes)