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!
These are just gene names overlap.
For example:
the background gene size is the same for all the pairwise overlap tests.
I would look carefully into how you associate a particular feature with a gene name
e.g. some genes are very long
but, to answer your question, I think you are correct to assume that odds ratio would show the strength of association.