EMBL-Hentze-group / DEWSeq

R/Bioconductor package for e/iCLIP data analysis
5 stars 1 forks source link

error when running the vignette #10

Closed fulaibaowang closed 5 months ago

fulaibaowang commented 7 months ago

I guess the last piece of code of toBED

toBED(windowRes = resultWindows,
      regionRes = resultRegions,
      fileName  = "enrichedWindowsRegions.bed")

should be

toBED(windowRes = resultWindows,
      regionRes = resultRegions,
      fileName  = "enrichedWindowsRegions.bed",
      padjCol = "p_adj_IHW")
sudeepsahadevan commented 7 months ago

thanks for the heads up! we will fix it