View source: R/GeneSetDb-methods.R
hasGeneSet | 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'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.