enrich_ora | R Documentation |
ORA enrichment using internal db
enrich_ora(
genes,
species = "hs",
keytype = "symbol",
db = "GO",
go_ontology = "BP",
pvalue_cutoff = 0.05,
qvalue_cutoff = 0.2,
min_size = 10,
max_size = 400,
...
)
genes |
character vector, must be gene symbols |
species |
character, must be one of hs, mm |
keytype |
character, indicating genes type, one of entrezid, symbol |
db |
character, which internal db to enrich, one of GO, KEGG |
go_ontology |
which GO ontology to use, one or more of BP, MF, CC, only works if db contains GO |
pvalue_cutoff |
pvalueCutoff |
qvalue_cutoff |
qvalueCutoff |
min_size |
min set size |
max_size |
max set size |
... |
additional parameters pass to clusterProfiler::enricher |
enrichResult from enricher
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.