powered by
heatmap like plot for functional classification
heatplot(x, showCategory = 30, foldChange = NULL, label_format = 30)# S4 method for enrichResult heatplot(x, showCategory = 30, foldChange = NULL)# S4 method for gseaResult heatplot(x, showCategory = 30, foldChange = NULL)heatplot.enrichResult( x, showCategory = 30, foldChange = NULL, label_format = 30 )
# S4 method for enrichResult heatplot(x, showCategory = 30, foldChange = NULL)
# S4 method for gseaResult heatplot(x, showCategory = 30, foldChange = NULL)
heatplot.enrichResult( x, showCategory = 30, foldChange = NULL, label_format = 30 )
enrichment result.
number of enriched terms to display
a numeric value sets wrap length, alternatively a custom function to format axis labels. by default wraps names longer that 30 characters
ggplot object
# NOT RUN { library(DOSE) data(geneList) de <- names(geneList)[1:100] x <- enrichDO(de) heatplot(x) # }
Run the code above in your browser using DataLab