Closed jgarces02 closed 4 years ago
We are not supporting gaussNorm. It's a legacy method developed over 10 years ago. You may want to look at using some of the more modern approaches published more recently..
Oh, that's a pity, I found it very useful... In addition to cytoNorm, what another normalization methods do you know, please? Thanks again.
I agree, I think it is still useful for flow cytometry (and maybe mass also), especially when there are positive peak to ease anchoring at high range, because gaussNorm relies on the peak position rather than the identity of the distribution for quantile methods. There is a similar question https://github.com/RGLab/flowStats/issues/32 with my comment and Greg's answer.
Perfect, thanks a lot for your help!
Are there any modern (or maintained) methods that don't require a control sample across batches? CytoNorm, batchadjust and FAUST all do.
Dear RGLab team,
I'm running
gaussNorm
and it seems some outliers are being created... I've read #20 's answers but my data is correctly transformed.This is my first plot...
... and this another one is after normalization:
I guess that's because there're some outlier values....
...but that aren't appearing in initial data:
Any idea, please, if I'm doing something wrong? Thanks in advance.