Hi
I am using edgeR for differential gene expression analysis. The following command :
> summary(de <- decideTestsDGE(lrt.CHvsH))
gives me this result,
> summary(de <- decideTestsDGE(lrt.CHvsH))
[,1]
-1 1870
0 9649
1 515
How can the list of genes which are down regulated (1870 genes in this case), up regulated (515) and those which show no change (9649).
Thank you
Prerna