Hi all
I realise this is quite a stupid question, but here goes. I've been dabbling with edgeR for my differential expression analysis, as it seems to have better sensitivity than DEseq. But the output table isn't as easy to understand. I inputed 4 samples of counts in the following order: WT, WT, Mutant, Mutant The output of summary(dt <- decideTestsDGE(et)) is
Mutant+WT
-1 68
0 12442
1 160
So (and here comes the stupid part) is that 68 genes downregulated in the mutant or upregulated in the mutant? It would seem logical to be 68 down, however a gene I know is down is in the 160 + values.
Sorry for the easy question- like I said I've just started this kind of analysis.
Thanks! Zoe
please format your table!
Who is up-regulated and down-regulated depends on your design matrix and (if you explicitly specified) contrasts, without those, we can't be sure.
It's recommended to share all your code to make sure we understand what's going on. Please be as informative as possible when asking questions.
Hi Sorry for the delayed reply. This is the full command line:
Thanks, Zoe
I added code markup to your post for increased readability. You can do this by selecting the text and clicking the 101010 button. When you compose or edit a post that button is in your toolbar, see image below: