View source: R/enrich_network.R
enrich_network | R Documentation |
Test a tidygraph network object for enriched Reactome pathways
enrich_network(network, filter = 0.05, background = NULL)
network |
tidygraph object, i.e. one output by |
filter |
Desired adjusted p-value threshold for filtering output pathways. Defaults to 0.05. |
background |
Optional background genes used when testing |
A tibble of significantly enriched Reactome pathways
See https://www.bioconductor.org/packages/ReactomePA/ for details on ReactomePA's methods.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.