heatplot {enrichplot}R Documentation

heatplot

Description

heatmap like plot for functional classification

Usage

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)

Arguments

x

enrichment result.

showCategory

number of enriched terms to display

foldChange

fold Change

Value

ggplot object

Author(s)

guangchuang yu

Guangchuang Yu

Examples

library(DOSE)
data(geneList)
de <- names(geneList)[1:100]
x <- enrichDO(de)
heatplot(x)

[Package enrichplot version 1.6.1 Index]