Entering edit mode
François RICHARD
▴
20
@francois-richard-5410
Last seen 10.3 years ago
Dear all,
I am using EdgeR on RNA-seq data for differential analysis.
I would like to see the impact of the double normalizations (TMM +
libsize) on the counts.
Correct me if I am wrong but to have the counts after TMM I am doing :
TMM_counts = raw_counts / ( libsize * norm.factor )
But how to get the counts after TMM and lib.size normalization ?
Calling equalizedLibSizes(d) give me a common libsize (N value)
But I am not sure how to rescale the normalise factor obtain on the
raw counts.
Can someone help me?
Thanks a lot
Fran?ois