View source: R/do_enrichr_pod.R
do_enrichr_pod | R Documentation |
This function takes in a BPNList object and returns a BPNList object with the enrichr slot updated with process EnrichR Results
do_enrichr_pod(bpn, alpha = 0.05, lower = NULL, upper = NULL, useFDR = TRUE)
bpn |
BPNList An object of class BPNList created from prepare_data |
alpha |
numeric The Alpha value for statistical significance. Defaults to 0.05. |
lower |
numeric The cutoff for down-regulated genes. If not specified, it takes the bottom 10% of the |
upper |
numeric The cutoff for up-regulated genes. If not specified, it takes the top 10% of the dataset |
useFDR |
logical Whether to filter by adjusted p-value |
This function takes in a BPNList object and returns a BPNList object with the enrichr slot updated with process EnrichR Results.
An object of class BPNList with its enrichr slot populated with the results
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.