The following were taken from an example in GeneOverlap library where it did 12 pairwise gene overlap tests using Fisher test.
re-producible code:
library(GeneOverlap)
data(GeneOverlap)
gom.obj <- newGOM(hESC.ChIPSeq.list, hESC.RNASeq.list,
gs.RNASeq)
drawHeatmap(gom.obj)

My question is whether you can interpret odds ratio as strength of association between different the pairwise overlap.
For example: Odds ratio for overlap between H3K36me3 and Exp High is the highest compared to all other pairwise overlap (darkest green compared to others). Does that mean association between H3K36me3 and Exp High is higher than all others? Does that mean overlap between H3K36me3 and Exp High is more likely than other overlaps (i.e. overlap between H3K4me3 and Exp High, H3K9me3 and Exp medium, etc)?
Thanks in advance for your help!
geneoverlap
fisher test
r
statistics