Entering edit mode
11.0 years ago
Nick
▴
290
What is the easiest way to produce the normalised counts in edgeR? Is it just about multiplying the raw counts with the normalisation factors?
I've used predFC() in the past, which produces normalized counts similar to microarray values. Not sure how different this output is from cpm().
@Sean Davis Thanks. This seems to be the right function. I used cpm(d, normalized.lib.size=TRUE) to make use of the library normalisation.