Description Usage Arguments Value
View source: R/enrichmentAnalysis.R
Wrapper function around enrichKEGG and enrichGO.
1 2 3 4 5 6 7 | runEnrichment(
gene,
universe = NULL,
keytype = "WORMBASE",
pvalueCutoff = 1,
use_internal_data = TRUE
)
|
gene |
a vector of entrez gene id. |
universe |
background genes. If missing, the all genes listed in the database (eg TERM2GENE table) will be used as background. |
keytype |
the keytype that matches the keys used. For the
|
pvalueCutoff |
pvalue cutoff on enrichment tests to report |
use_internal_data |
logical, use KEGG.db or latest online KEGG data |
A list of enrichResult
for KEGG and GO annotations.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.