quick_enrich: quick_enrich

View source: R/7_quick_double_enrich.R

quick_enrichR Documentation

quick_enrich

Description

Perform enrichment analysis for a gene list; human is the default species.

Usage

quick_enrich(genes, kkgo_file = NULL, destdir = getwd(), species = "human")

Arguments

genes

a gene symbol or Entrez ID vector

kkgo_file

optional RDS cache filename for KEGG and GO results; when 'NULL', the function recomputes on every call and does not write a cache

destdir

destination directory used to save the cache file when 'kkgo_file' is provided

species

choose human, mouse, or rat; default is human

Value

enrichment results and dotplots

Author(s)

Xiaojie Sun

See Also

double_enrich

Examples

## Not run: 
head(genes)
g = quick_enrich(genes,destdir = tempdir())
names(g)
g$kk
g$go

## End(Not run)

tinyarray documentation built on Aug. 2, 2026, 9:07 a.m.