hasGeneSet {sparrow} | R Documentation |
Check to see if the GeneSetDb has a collection,name GeneSet defined
hasGeneSet(x, collection, name, as.error = FALSE)
x |
GeneSetDb |
collection |
character indicating the collection |
name |
character indicating the name of the geneset |
as.error |
If |
logical indicating whether or not the geneset is defined.
gdb <- exampleGeneSetDb() hasGeneSet(gdb, c('c2', 'c7'), c('BIOCARTA_AGPCR_PATHWAY', 'something'))