Graphical toolkit for RT-DC data management


Keywords
RT-DC, deformability, cytometry, zellmechanik
License
GPL-3.0
Install
pip install dckit==0.17.0

Documentation

DCKit

PyPI Version Build Status Coverage Status

DCKit is a graphical toolkit for performing several data editing tasks that would otherwise be only available via the dclab command-line interface or (for the .rtdc file format) via external tools such as HDFView.

Installation

A Windows installer and macOS packages are available from the release page. If you have Python 3 installed, you may also use pip to install DCKit:

# install dckit
pip install dckit
# run dckit
dckit

Usage

The interface is mostly self-explanatory. Add measurements via the options in the File menu or by drag-and-dropping files into DCKit. You may edit entries in the Sample column and apply the changes via the Update sample names button on the right.

Testing

pip install -e .
python -m pytest tests