testEnrichmentFGSEA {sesame} | R Documentation |
testEnrichmentFGSEA uses the FGSEA test to estimate the association of a categorical variable against a continuous variable.
testEnrichmentFGSEA( querySet, databaseSet, p.value.adj = FALSE, estimate.type = "ES" )
querySet |
Vector of probes of interest (e.g., significant probes) |
databaseSet |
Vector of probes corresponding to a single database set of interest. |
p.value.adj |
Logical value indicating whether to report the adjusted p-value. (Default: FALSE). |
estimate.type |
String indicating the estimate to report. Optional. (Default: "ES"). |
A DataFrame with the estimate/statistic, p-value, and name of test for the given results.