EdgeR, only 1 DEG between 2 groups, Is it necessary to remove non-coding RNA before DEG analysis?
1
0
Entering edit mode
2.1 years ago
TM ▴ 20

I am doing gene expression profiling of 3 structures(A,B,C). I compared (A vs B&C), (B vs A&C), (C vs A&B). I found 1, 2 and 20 DEG respectively between groups comparison. Are there any problems with these results, do I need to remove non-coding RNA before DEG analysis? I tries to find document and script to do so but I couldn't find one. Can you help me solving these problems?

EdgeR DEGs • 573 views
ADD COMMENT
2
Entering edit mode
2.1 years ago
ATpoint 81k

Is it necessary in terms "must I do it" => no

Can it be helpful, yes. If you have low power and/or much dispersion and/or low sample size (that all is basically interconnected) then removing genes to lower the multiple testing burden can help. You could run filterByExpr() first, then do the testing and then remove all but the non-coding genes before calling topTags(). Be sure to do a QC, e.g. by PCA or MDS (see edgeR manual) to see why you have few DEGs.

ADD COMMENT
0
Entering edit mode

Thanks for your comment, could you tell me the function to remove non-coding gene ?

ADD REPLY

Login before adding your answer.

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