I am a bit confused on how to use normalizationFactors in DESeq2.
In the manual it says that "Normalization factors should include library size normalization".
Does that mean that I should divide each column of the normalization matrix by the
corresponding sizeFactor, or it will be done automatically?
Additionally, should I use the size of the feature for normalization, or it's inverse:
i.e. if I want to compare reads that fall withing 5'UTRs and 3'UTRs of the same gene, I have
to normalize by the feature length, should I use width(5'UTR), width(3'UTR) or 1/width(5'UTR), 1/width(3'UTR)
Best,
Vedran
Dear Michael,
Thank you so much for your prompt response.
Everything is clear now.
Best,
Vedran