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