This is a test version of Biostars. For the public version, visit https://www.biostars.org.
find significant analysis?

I have done Differential expression (DE) analysis and found 2212 DE genes in my data, then I found the overlap between my DE genes and some diseases related genes (e.g. ALS). ALS disease contains 1007 genes that 500 of those had overlap with DE genes. Now I would like to find these number are significant or not?

r statistic fisher.test

2 answers

You can use hypergeometric test which is similar to fisher test and in the following link you can find an example about how to do that.

There is also an R package especially for this purpose, geneOverlap.

Hi To find significancy you need an statistical threshold like p-value. to make that you need some repeats. But in here you have only genes selected by a threshold already. Here, you can use Venn diagram to show common DEGs and punctuate on findings by writing about percentage of your DEGs which are common with disease specific genes. Good Luck

Log in to answer this question.