This is a test version of Biostars. For the public version, visit https://www.biostars.org.
The Easiest Way To Produce The Normalised Counts In Edger

What is the easiest way to produce the normalised counts in edgeR? Is it just about multiplying the raw counts with the normalisation factors?

edger

1 answer

Check out the cpm() method in edgeR. Does that do what you want?

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.

Log in to answer this question.