Description Usage Arguments Value Author(s) Examples
uniqueMarkerNames
and uniqueSetNames
extract the character vectors of unique marker and set names from objects that store collections of gene sets.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | uniqueMarkerNames(object)
uniqueSetNames(object)
## S4 method for signature 'GeneSetCollection'
uniqueMarkerNames(object)
## S4 method for signature 'GeneSetCollection'
uniqueSetNames(object)
## S4 method for signature 'Sets'
uniqueMarkerNames(object)
## S4 method for signature 'Sets'
uniqueSetNames(object)
|
object |
An object of class inheriting from |
A character vector of unique set or marker names across all gene sets.
Kevin Rue-Albrecht
1 2 3 4 5 6 7 8 9 | # Example data ----
library(unisets)
gmt <- system.file(package = "hancock", "extdata", "seurat_pbmc3k.gmt")
genesets <- import(gmt)
# Usage ----
um <- uniqueMarkerNames(genesets)
us <- uniqueSetNames(genesets)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.