Learn R Programming

enrichplot (version 1.13.1.994)

upsetplot: upsetplot method

Description

upsetplot method generics

Usage

upsetplot(x, ...)

# S4 method for enrichResult upsetplot(x, n = 10, ...)

# S4 method for gseaResult upsetplot(x, n = 10, ...)

Arguments

x

object

...

additional parameters

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)
# }

Run the code above in your browser using DataLab