Description Usage Arguments Value
This method generates a heatmap with the adjusted p.values that result from the the feature set enrichment analysis. Rows are feature sets and columns are factors.
1 2 3 4 5 6 7 | plot_enrichment_heatmap(
enrichment.results,
alpha = 0.1,
cap = 1e-50,
log_scale = TRUE,
...
)
|
enrichment.results |
output of run_enrichment function |
alpha |
FDR threshold to filter out unsignificant feature sets which are not represented in the heatmap. Default is 0.10. |
cap |
cap p-values below this threshold |
log_scale |
logical indicating whether to plot the -log of the p.values. |
... |
extra arguments to be passed to the pheatmap function |
produces a heatmap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.