Learn R Programming

DOSE (version 2.10.6)

upsetplot: upsetplot method

Description

upsetplot method generics

upsetplot

Usage

upsetplot(x, ...)
"upsetplot"(x, n = 10, ...)

Arguments

x
object
...
additional parameter
n
number of categories to be plotted

Value

plot

Examples

Run this code
## Not run: 
# require(DOSE)
# data(geneList)
# de=names(geneList)[1:100]
# x <- enrichDO(de)
# upsetplot(x, 8)
# ## End(Not run)

Run the code above in your browser using DataLab