Dear colleagues,
first, thank you for this wonderful tool!
I recently came across some ATAC-Seq samples that needed normalization, and I used EdgeR (and DE-Seq) to derive the associated normalization factors.
The derived factors are for example 1.3 for one sample, which means that counts should be >downscaled< for this sample as the library size will be multiplied by this factor (counts/(lib.size*1.3)).
Am I correct that such normalization factors (x) have to be passed on as "1/x" , rather than "x", to the "--scaleFactor" argument (in addition to --normalizeTo1x or --normalizeUsingRPKM) ? In the example case, this would be 1/1.3 (~0.77).
In other words, do I understand correctly that the --scaleFactor arguments will, at the end, simply multiply the coverage by the passed on scaleFactor? Then the sample will be >upscaled< in bamCoverage, as counts are multiplied by 1.3. And this is not what
I want.
Sorry if this is a trivial question, and thank you for your time.
Kind regards
Markus