Normalised read counts from TMM
1
0
Entering edit mode
8.8 years ago

How can we obtain normalised read count matrix from TMM (EdgeR)? and how is it different from CPM?

Thanks!

RNA-Seq EgdeR normalization • 4.6k views
ADD COMMENT
1
Entering edit mode
8.8 years ago
igor 13k

Normalized read counts are the raw counts that have been scaled so they can be compared across samples in your experiment. In edgeR, that's done by calcNormFactors: https://www.rdocumentation.org/packages/edgeR/versions/3.14.0/topics/calcNormFactors

CPM are "counts per million" that take into account the gene length and library size. EdgeR has a separate function for that: https://www.rdocumentation.org/packages/edgeR/versions/3.14.0/topics/cpm

There topic has been previously discussed in detail here:

ADD COMMENT

Login before adding your answer.

Traffic: 6579 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6