Skip to main content

Crate flow_peak_detection

Crate flow_peak_detection 

Source
Expand description

KDE-based peak finding for flow cytometry histograms.

Structs§

PeakConfig
Configuration for peak isolation.
PeakResult
Result of isolating a peak region on a 1-D intensity sample.

Functions§

detect_peaks_kde
Gaussian KDE peaks on a uniform grid (Silverman bandwidth when bandwidth is None).
isolate_negative_peak
Isolate the leftmost peak (negative population).
isolate_positive_peak
Isolate the brightest dense peak (positive population).
isolate_positive_peak_mask
Boolean mask over data for the positive peak.