Opposite of enrichment analysis
1
1
Entering edit mode
7.1 years ago
Jack ▴ 120

So, we do enrichment analysis in order to see if something that we found is more than expected. But, how can we check for the opposite?

Something that we found is less than expected.

Enrichment • 2.1k views
ADD COMMENT
3
Entering edit mode
7.1 years ago
Qroid ▴ 40

If you want to specifically check for under-enrichment, you can run a left-tailed one-sided Fisher's exact test. Here you're checking if the observed frequency is significantly smaller than the background frequency, i.e. you have less hits than you'd expect from random chance.

In R, you'd run fisher.test() with the parameter alternative="less" to specify the left tail.

ADD COMMENT
0
Entering edit mode

@Qroid more specifically I want to check for depletion.

ADD REPLY
0
Entering edit mode

@Qroid I understand what one-sided Fisher's is, but can you explain the concept of left-tailed?

ADD REPLY

Login before adding your answer.

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