if (FALSE) {
if(requireNamespace("org.Hs.eg.db",quietly = TRUE)){
head(genes)
g = quick_enrich(genes,destdir = tempdir())
names(g)
g[[1]][1:4,1:4]
g[[3]]
g[[4]]
}else{
warning("Package 'org.Hs.eg.db' needed for this function to work.
Please install it by BiocManager::install('org.Hs.eg.db')",call. = FALSE)
}
}
Run the code above in your browser using DataLab