| plotEnrichedUpset | R Documentation | 
UpSet plot of directional enriched pathway intersections across contrasts
plotEnrichedUpset(object, ...)
## S4 method for signature 'FgseaList'
plotEnrichedUpset(object, collection, direction = c("both", "up", "down"))
| object | Object. | 
| collection | 
 | 
| direction | 
 | 
| ... | Additional arguments. | 
Plot.
Updated 2022-04-27.
data(fgsea)
## FgseaList ====
object <- fgsea
alphaThreshold(object) <- 0.9
collection <- collectionNames(object)[[1L]]
plotEnrichedUpset(
    object = object,
    collection = collection
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.