edegR, export TMM normalized method
1
1
Entering edit mode
8.5 years ago
lilingjoyo ▴ 40

Hello, everyone.

I'm using edgeR perorming normalization on my raw count data. The problem is that I don't know how to export normalized data. I searched lots bbs, answers shows below:

d$pseudo.alt

cpm()

rpkm()

These answers make me even more confused:

  1. for d$pseudo.ald, some say it's not appropriate.
  2. for cpm and rpkm. I think these are two normalized methods. Can I computed cpm or rpkm after TMM normalization? If so, it means I use two different normalization methods at same time?
RPKM edgeR TMM RNA-Seq CPM • 3.9k views
ADD COMMENT
1
Entering edit mode
8.5 years ago
Sam ★ 4.7k

It all depends on what you want to do. If you only want to get the normalized count, you can do

counts.per.m <- cpm(d, normalized.lib.sizes=TRUE)

based on answer here

ADD COMMENT

Login before adding your answer.

Traffic: 1544 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