hasGeneSet: Check to see if the GeneSetDb has a collection,name GeneSet...

Description Usage Arguments Value Examples

View source: R/GeneSetDb-methods.R

Description

Check to see if the GeneSetDb has a collection,name GeneSet defined

Usage

1
hasGeneSet(x, collection, name, as.error = FALSE)

Arguments

x

GeneSetDb

collection

character indicating the collection

name

character indicating the name of the geneset

as.error

If TRUE, a test for the existance of the geneset will throw an error if the geneset does not exist

Value

logical indicating whether or not the geneset is defined.

Examples

1
2
gdb <- exampleGeneSetDb()
hasGeneSet(gdb, c('c2', 'c7'), c('BIOCARTA_AGPCR_PATHWAY', 'something'))

lianos/multiGSEA documentation built on Nov. 17, 2020, 1:26 p.m.