heatplot {enrichplot} | R Documentation |
heatmap like plot for functional classification
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)
x |
enrichment result. |
showCategory |
number of enriched terms to display |
foldChange |
fold Change |
ggplot object
guangchuang yu
Guangchuang Yu
library(DOSE) data(geneList) de <- names(geneList)[1:100] x <- enrichDO(de) heatplot(x)