# NOT RUN {
# NOTE: Requires the IHW package
dgeObj <- readRDS(system.file("exampleObj.RDS", package = "DGEobj"))
contrastList <- DGEobj::getType(dgeObj, type = "topTable")
contrastList <- lapply(contrastList, dplyr::select,
-ihw.adj_pvalue,
-ihw.weight,
-ihw.weighted_pvalue)
colnames(contrastList[[1]])
contrastList <- runIHW(contrastList)
# note new columns added
colnames(contrastList[["contrasts"]][[1]])
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab