powered by
Perform enrichment analysis for a gene list; human is the default species.
quick_enrich(genes, kkgo_file = NULL, destdir = getwd(), species = "human")
enrichment results and dotplots
a gene symbol or Entrez ID vector
optional RDS cache filename for KEGG and GO results; when `NULL`, the function recomputes on every call and does not write a cache
destination directory used to save the cache file when `kkgo_file` is provided
choose human, mouse, or rat; default is human
Xiaojie Sun
double_enrich
if (FALSE) { head(genes) g = quick_enrich(genes,destdir = tempdir()) names(g) g$kk g$go }
Run the code above in your browser using DataLab