Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 684 Bytes

File metadata and controls

12 lines (7 loc) · 684 Bytes

FlowAnalysis

Install FlowCal with: pip install FlowCal

To run the script: python mainFlow.py X

X is the only accepted argument. It's the gating percentage (values between 20 and 90). If no argument is given the default percentage is 50%

From FlowCal wiki: Density gating automatically identifies the region with the highest density of events in a two-dimensional diagram (FSC vs SSC), and calculates how big it should be to capture a certain percentage of the total event count.

The script outputs one csv file per inducer. e.g. data_ahl.txt. You can change this in the processData function