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