Description Usage Arguments Value Examples
View source: R/GeneSetDb-methods.R
Check to see if the GeneSetDb has a collection,name GeneSet defined
1 | 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.
1 2 | 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.