Flow Cytometry Standard Utilities
Project description
FlowUtils
FlowUtils is a Python package containing various utility functions related to flow cytometry analysis, primarily focused on compensation and transformation tasks commonly used within the flow community.
FlowUtils is part of a suite of Python libraries for analyzing flow cytometry data. It was developed as an extension to the light-weight FlowIO library. FlowIO reads and writes Flow Cytometry Standard (FCS) files, and has zero dependencies. For higher level interaction with flow cytometry data, including GatingML & FlowJo 10 support, see the related FlowKit project.
Installation
FlowUtils implements several transformation functions as C extensions for increased performance on large arrays of FCS event data. NumPy is required to compile these C extensions prior to installing FlowUtils.
From PyPI
FlowUtils is available via the pip command. However, NumPy must be installed prior in order to
compile the C extensions.
pip install numpy
pip install flowutils
From GitHub source code
pip install numpy
git clone https://github.com/whitews/flowutils
cd flowutils
python setup.py install
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
File details
Details for the file FlowUtils-0.9.0.tar.gz.
File metadata
- Download URL: FlowUtils-0.9.0.tar.gz
- Upload date:
- Size: 11.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.4.2 requests/2.23.0 setuptools/49.3.1 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4604707e1845d13b7df8cfb24dd2cd580cfcebde58d0c8c5185c27ae5db2a7b8
|
|
| MD5 |
37de35c7e184d6642898b308c9e705a7
|
|
| BLAKE2b-256 |
73398224c4ba7ce5ca0f294ee4eb1ffb34d0b4825a66feaced5f8878fa3c8212
|