# Load saved result run by agdex routine
data(agdex.res)
# obtain gene-set result
gset.res.all <- get.gset.result.details(agdex.res,gset.ids = NULL, alpha=0.01)
# obtain the detailed gene set for specified gene-sets
gset.res0 <- get.gset.result.details(agdex.res, gset.ids=c("DNA_CATABOLIC_PROCESS","GOLGI_STACK"), alpha=0.01)
Run the code above in your browser using DataLab