enrichedGeneSets | R Documentation |
Enriched pathways from gene set collections.
enrichedGeneSets(object, ...)
## S4 method for signature 'FgseaList'
enrichedGeneSets(object, collection, direction = c("both", "up", "down"))
object |
Object. |
collection |
|
direction |
|
... |
Additional arguments. |
list. Named list containing significant gene sets per contrast.
Updated 2022-04-27.
DESeqAnalysis::deg()
.
data(fgsea)
## FgseaList ====
object <- fgsea
alphaThreshold(object) <- 0.7
collection <- collectionNames(object)[[1L]]
enrichedGeneSets(
object = object,
collection = collection,
direction = "up"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.