Skip to main content

A package for processing FCS files

Project description

https://img.shields.io/pypi/v/fcsy.svg Documentation Status https://img.shields.io/pypi/l/fcsy.svg https://img.shields.io/pypi/dm/fcsy?style=flat-square https://github.com/nehcgnay/fcsy/workflows/Python%20package/badge.svg https://github.com/nehcgnay/fcsy/workflows/Upload%20Python%20Package/badge.svg

fcsy: A package for processing FCS files.

Installation

$ pip install fcsy

Usage

Read a fcs

from fcsy import DataFrame

df = DataFrame.from_fcs('sample1.fcs', channel_type='multi')

Write a dataframe to fcs

import numpy as np
from fcsy import DataFrame

df = DataFrame(np.random.rand(10, 4), columns=list('ABCD'))
df.to_fcs('sample1.fcs')

Read fcs channels without data

from fcsy import read_channels

read_channels('sample1.fcs', channel_type='multi')

Read events number

from fcsy import read_events_num

read_events_num('sample1.fcs')

Documentation

The documentation is available on https://fcsy.readthedocs.io/

License

  • Free software: MIT license

History

Consult the Releases page for fixes and enhancements of each version.

History

Consult the Releases page for fixes and enhancements of each version.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fcsy-0.7.0.tar.gz (17.0 kB view hashes)

Uploaded Source

Built Distribution

fcsy-0.7.0-py2.py3-none-any.whl (7.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page