FlowKit icon indicating copy to clipboard operation
FlowKit copied to clipboard

A Python toolkit for flow cytometry analysis supporting GatingML and FlowJo workspaces

Results 24 FlowKit issues
Sort by recently updated
recently updated
newest added

hiii Scott, Before I start I just wanna say thank you so much for creating this package :) It has truly been super helpful since our lab only has one...

Move `generate_biex_lut` function to FlowUtils so it is available to other users/packages outside of FlowKit. The function only depends on NumPy so no additional dependencies are required for FlowUtils.

on-hold

Currently, the only way to modify channel labels is via `Sample.as_dataframe()` using the `col_names` kwarg. Then, re-instantiate a new Sample using the DataFrame. This is clunky for "fixing" a label,...

enhancement

**Describe the bug** If you try to plot a scatter plot with a single point using `fk._utils.plot_utils.plot_scatter`, you get a ValueError on [the line](https://github.com/whitews/FlowKit/blob/caea1e1a00bfa7ba20fd636b06500bd7d2dc800d/src/flowkit/_utils/plot_utils.py#L460) `z_colors = ...` due to a...

bug