geneSetResults | R Documentation |
Gene set results
geneSetResults(object, ...)
## S4 method for signature 'FgseaList'
geneSetResults(object, contrast, collection, set)
object |
Object. |
contrast |
|
collection |
|
set |
|
... |
Additional arguments. |
DataFrame
.
Updated 2022-04-27.
data(fgsea)
## FgseaList ====
object <- fgsea
contrast <- contrastNames(object)[[1L]]
collection <- collectionNames(object)[[1L]]
set <- geneSetNames(object = object, collection = collection)[[1L]]
geneSetResults(
object = object,
contrast = contrast,
collection = collection,
set = set
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.