functional_enrichment-ANY-method.Rd
Perform functional enrichment on signature genes
# S4 method for ANY
functional_enrichment(object,
id_mapping = guess_id_mapping(object, org_db, verbose),
org_db = "org.Hs.eg.db", ontology = "BP",
min_set_size = 10, max_set_size = 1000,
verbose = TRUE, prefix = "", ...)
A vector of gene IDs.
If the gene IDs are not Entrez IDs, a named vector should be provided where the names are the gene IDs and values are the correspoinding Entrez IDs. The value can also be a function that converts gene IDs.
Annotation database.
Following ontologies are allowed: BP
, CC
, MF
, KEGG
, Reactome
. MSigDb
with the gmt file set by gmt_file
argument, or gmt
for general gmt gene sets.
The minimal size of the gene sets.
The maximal size of the gene sets.
Whether to print messages.
Used internally.
Pass to enrichGO
, enrichKEGG
, enricher
, enrichDO
or enrichPathway
.
The function enrichment is applied by clusterProfiler, DOSE or ReactomePA packages.
A data frame.
# There is no example
NULL
#> NULL