EdgeR with normalized data
1
0
Entering edit mode
aiko • 0
@aiko-7523
Last seen 3.9 years ago
Canada

Hi,

I would like to know if it is possible to use EdgeR for differential expression analysis starting from data that are no raw count, but are normalized counts.

I just try to skip the command:

 

d <- calcNormFactors(d)

is that way correct? or there is another way?

Thanks!

Kindly,

Enrichetta

r edger de • 4.0k views
ADD COMMENT
1
Entering edit mode
@steve-lianoglou-2771
Last seen 14 months ago
United States

To be on the safe side, I'd assume you can't use edgeR unless you have raw counts.

If you want to walk on the wild side, you apparently can use edgeR with normalized counts -- if you have the right type of normalized counts:

A: Can I feed TCGA normalized count data to EdgeR for differential gene expression

ADD COMMENT
1
Entering edit mode

To be clear, you don't necessarily need raw integer counts, but you do need a measure that is on the same scale as raw counts. So your data cannot be normalized for gene length or for sequencing depth. If they have been, you would need to "undo" those normalizations before passing the data to edgeR.

ADD REPLY

Login before adding your answer.

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