find significant analysis?
2
1
Entering edit mode
6.0 years ago
star ▴ 350

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 • 1.1k views
ADD COMMENT
3
Entering edit mode
6.0 years ago
arta ▴ 670

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.

ADD COMMENT
0
Entering edit mode

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

ADD REPLY
0
Entering edit mode
6.0 years ago

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

ADD COMMENT

Login before adding your answer.

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