skills/smithery.ai/bio-flow-cytometry-compensation-transformation

bio-flow-cytometry-compensation-transformation

Installation
SKILL.md

Version Compatibility

Reference examples tested with: flowCore 2.14+, scanpy 1.10+

Before using code patterns, verify installed versions match. If versions differ:

  • R: packageVersion('<pkg>') then ?function_name to verify parameters

If code throws ImportError, AttributeError, or TypeError, introspect the installed package and adapt the example to match the actual API rather than retrying.

Compensation and Transformation

"Compensate and transform my flow cytometry data" → Correct spectral overlap between fluorophores using a compensation matrix and apply biexponential/arcsinh transforms for visualization and analysis.

  • R: flowCore::compensate() then flowCore::transform() with estimateLogicle()

Load Compensation Matrix

library(flowCore)
Installs
1
First Seen
Apr 1, 2026
bio-flow-cytometry-compensation-transformation from smithery.ai