Description Usage Arguments Value See Also Examples
This functions takes the enrichment scores and performs statistical testing to evaluate the difference by group selected. The function can perform 3 tests: 1) linear model based on the limma package, 2) Welch's T test, and 3) one-way ANOVA. The output includes adjusted p-values based on the Benjamini Hochberg method. The input
1 | getSignificance(enriched, group = NULL, fit = "linear.model")
|
enriched |
The output of |
group |
The parameter to group for the comparison, should a column of the enriched input |
fit |
The test used for significance, either linear.model, ANOVA, or T.test |
Data frame of test statistics
EnrichIt
for generating enrichment scores.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.