View source: R/GeneSetDb-methods.R
hasGeneSetCollection | R Documentation |
GeneSetDb
Check if a collection exists in the GeneSetDb
hasGeneSetCollection(x, collection, as.error = FALSE)
x |
A |
collection |
character vector of name(s) of the collections to query |
as.error |
logical if TRUE, this will error instead of returning FALSE |
logical indicating if this collection exists
gdb <- exampleGeneSetDb()
hasGeneSetCollection(gdb, "c2")
hasGeneSetCollection(gdb, "unknown collection")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.