Expand description
KDE-based peak finding for flow cytometry histograms.
Structs§
- Peak
Config - Configuration for peak isolation.
- Peak
Result - 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
bandwidthisNone). - 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
datafor the positive peak.