uniqueMarkerNames: Extract Unique Signature Names from a Collection of Gene Sets

Description Usage Arguments Value Author(s) Examples

Description

uniqueMarkerNames and uniqueSetNames extract the character vectors of unique marker and set names from objects that store collections of gene sets.

Usage

 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)

Arguments

object

An object of class inheriting from Sets or GeneSetCollection.

Value

A character vector of unique set or marker names across all gene sets.

Author(s)

Kevin Rue-Albrecht

Examples

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)

kevinrue/hancock documentation built on May 17, 2020, 7:55 a.m.