View source: R/EnrichRResult.R
EnrichRResult | R Documentation |
Construct an EnrichRResult object
EnrichRResult(
up_results,
down_results,
upreg,
downreg,
alpha,
upper,
lower,
dbs,
useFDR
)
up_results |
tbl_df A tibble of enrichment results from the upregulated genes |
down_results |
tbl_df A tibble of enrichment results from the upregulated genes |
upreg |
tbl_df A tibble of up-regulated genes |
downreg |
tbl_df A tibble of down-regulated genes |
alpha |
numeric Alpha level of significance |
upper |
numeric Upper threshold for up-regulated genes |
lower |
numeric Lower threshold for down-regulated genes |
dbs |
character a vector of the databases used for the enrichment analysis |
useFDR |
logical Whether to filter by adjusted p-value |
an object of class EnrichRResult
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.