Library for real-time deformability cytometry (RT-DC) data analysis. Provides data loading, filtering, and normalization for deformability cytometry datasets. Current version 0.71.8, requires Python >=3.9, <4. Released about every 3-6 months on PyPI.
pip install dclabVerified import paths — ran on the pinned version, not inferred.
Load an RT-DC dataset from a .rtdc file and print the first five area values.
Replace `from dclab.filter import ...` with `from dclab.features import ...`.
Update Python environment to 3.10 or later.
Always wrap `new_dataset` in a try/except block to catch `ValueError` and `OSError`.
Run `pip install dclab` or `conda install -c conda-forge dclab`.
Ensure the file has the correct extension and is valid. Use `dclab.rtdc_dataset.RTDCFile` for low-level checks.