Computing Normalized Counts For Exons In Edger
1
0
Entering edit mode
10.1 years ago
Nick ▴ 290

I've done standard rna-seq differential expression analysis on a gene level using edgeR. For downstream analysis I would like to extract the normalized counts for a particular exon. What is the best way to go about it? Can I derive the normalized counts for that exon straight from my analysis (e.g. by using, say, cpm())?

The first workaround that pops to my mind is that I could simply edit either the GTF or the raw count data to discard any counts for other exons of that gene, than simply run the standard count normalisation and I would get the normalized counts for that exon masquerading as the normalized count for the corresponding gene. But this seems too hacky and dirty solution. Can anyone give advice on how to do this properly?

edger rna-seq • 2.9k views
ADD COMMENT
1
Entering edit mode
10.1 years ago

You can't derive exon-level metrics from gene-level metrics. DEXSeq comes with some scripts meant to count reads mapping to exonic bins, so just use that. I suspect that featureCounts can do this as well, but have never tried.

ADD COMMENT

Login before adding your answer.

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