Splicing affected DE genes
1
0
Entering edit mode
8.4 years ago
aj123 ▴ 120

Hi,

I am trying to compare results between isoform and gene level DE for a set of genes to figure out if any of the genes were affected by splicing. Any suggestions on how to do this?

splicing next-gen differential-expression rna-seq • 1.6k views
ADD COMMENT
0
Entering edit mode
8.4 years ago

Hi,

You don't need to use DE information for that, instead you could just use expression values (either RPKM, read counts or similar) to compare isoform proportions in your different conditions.

If you really need to use DE information, then you could try to find isoforms that are significantly more/less differentially expressed than their parent gene. For instance use this score: abs(foldChange(Isoform) - foldChange(parentGene))

You may need to filter out lowly expressed isoforms for more robust results.

ADD COMMENT

Login before adding your answer.

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