nsheff / LOLA

Locus Overlap Analysis: Enrichment of Genomic Ranges

Home Page:http://code.databio.org/LOLA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OddsRatio or logOddsRatio ?

gouthamatla opened this issue · comments

Hi,

I have a question. fisher.test returns the odds ratio ( estimate ). I could not find in the code that the odds ratio is been converted to logOddsRatio. Does the runLOLA outputs odds ratio or logOddsRatio ?

The original version mislabeled the column logOddsRatio. It should have been labled oddsRatio.

This was corrected in commit 1347cca
See this line:

orderedCols = c("userSet", "dbSet", "collection", "pValueLog", "oddsRatio",

The dev version on bioc is updated so it should be fixed in the next bioc release.

This is now corrected in the released version of LOLA.