Hello,
Just a quick question, why the locfunc
in estimateSizeFactrosForMatrix
is applied to the logarithm of the ratio of counts to geometric average, and not to the ratio itself (without the logarithm). As in:
exp(locfunc((log(cnts) - loggeomeans)
and not:
locfunc(exp((log(cnts) - loggeomeans)
I've been following your publication (Anders, Huber 2010), and since the numbers from those two approaches are slightly different, I have been wondering which is considered correct and why?
Best,
Maciek