Description Usage Arguments Value Author(s) Examples
heatmap like plot for functional classification
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | heatplot(x, showCategory = 30, foldChange = NULL)
## S4 method for signature 'enrichResult'
heatplot(x, showCategory = 30, foldChange = NULL)
## S4 method for signature 'gseaResult'
heatplot(x, showCategory = 30, foldChange = NULL)
heatplot.enrichResult(
x,
showCategory = 30,
foldChange = NULL,
label_format = 30
)
|
x |
enrichment result. |
showCategory |
number of enriched terms to display |
foldChange |
fold Change |
label_format |
a numeric value sets wrap length, alternatively a custom function to format axis labels. by default wraps names longer that 30 characters |
ggplot object
guangchuang yu
Guangchuang Yu
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.