Skip to main content

Fcsy processes fcs files

Project description

fcsy

https://img.shields.io/pypi/v/fcsy.svg https://img.shields.io/travis/nehcgnay/fcsy.svg

A package for processing FCS files.

  • Free software: MIT license

Installation

pip install fcsy

Usage

Read a fcs file to pandas DataFrame.

import fcsy

df = fcsy.read_fcs('input_file')

Write a data frame to fcs

fcsy.write_fcs(df, 'output_file')

Read a fcs file with “long name”

import fcsy

df = fcsy.read_fcs('input_file', name_type='long')

# or only read the names

long_names = fcsy.read_fcs_names('input_file', name_type='long')

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2018-12-18)

  • First release on PyPI.

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.1.0.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

fcsy-0.1.0-py2.py3-none-any.whl (5.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