upsetplot | R Documentation |
upsetplot method generics
upsetplot(x, ...)
## S4 method for signature 'enrichResult'
upsetplot(x, n = 10, ...)
## S4 method for signature 'gseaResult'
upsetplot(x, n = 10, ...)
x |
object |
... |
additional parameters |
n |
number of categories to be plotted |
plot
Guangchuang Yu
require(DOSE)
data(geneList)
de=names(geneList)[1:100]
x <- enrichDO(de)
upsetplot(x, 8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.