TASBE / TASBEFlowAnalytics

Flow cytometry unit conversion and analytics
Other
7 stars 8 forks source link

Compensation + autofluorescence = truncations #528

Open jakebeal opened 3 years ago

jakebeal commented 3 years ago

Line 53 in readfcs_compensated_au is: if(floor && numel(CM.Channels)>1), no_AF_data(no_AF_data<1) = 1; end By default, we use the floor, and if there is a significant level of autofluorescence, this ends up making big spikes on the left hand side like this: 210607Multicolor-Combo3-bincounts

It is not clear whether this can be readily handled with a smarter application of compensation, but we need to investigate and either fix or document.