plotEnrichedGeneSets | R Documentation |
Plot enriched gene sets
plotEnrichedGeneSets(object, ...)
## S4 method for signature 'FgseaList'
plotEnrichedGeneSets(
object,
collection,
direction = c("both", "up", "down"),
n = 10L,
headerLevel = 3L
)
object |
Object. |
collection |
|
direction |
|
n |
|
headerLevel |
|
... |
Additional arguments. |
ggplot
.
Updated 2022-04-27.
plotGeneSet()
.
data(fgsea)
## FgseaList ====
object <- fgsea
alphaThreshold(object) <- 0.9
collection <- collectionNames(object)[[1L]]
plotEnrichedGeneSets(
object = object,
collection = collection,
n = 1L
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.