Closed fulaibaowang closed 5 months ago
I guess the last piece of code of toBED
toBED
toBED(windowRes = resultWindows, regionRes = resultRegions, fileName = "enrichedWindowsRegions.bed")
should be
toBED(windowRes = resultWindows, regionRes = resultRegions, fileName = "enrichedWindowsRegions.bed", padjCol = "p_adj_IHW")
thanks for the heads up! we will fix it
I guess the last piece of code of
toBED
should be