GSEAResult | R Documentation |
Construct a GSEAResult Object
GSEAResult(results, pathways, lower, upper, alpha, upreg, downreg, useFDR)
results |
tbl_df A tibble with the results from fgsea |
pathways |
list A list of vectors with gene sets |
lower |
numeric Lower threshold for down-regulated genes |
upper |
numeric Upper threshold for up-regulated genes |
alpha |
numeric Alpha level of significance |
upreg |
tbl_df A tibble of up-regulated genes |
downreg |
tbl_df A tibble of down-regulated genes |
useFDR |
logical Whether to filter by adjusted p-value |
an object of class GSEAResult
TRUE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.