subset.GeneSetDb.Rd
This is a utility function that is called by [.GeneSetDb
and is not
exported because it is not meant for external use.
# S3 method for GeneSetDb subset(x, keep)
x | |
---|---|
keep | logical vector as long as |
a GeneSetDb
that has only the results for the specified
genesets.
DEBUG: If keep
is all FALSE, this will explode. What does an empty
GeneSetDb look like, anyway? Something ...
We want to support a better, more fluent subsetting of GeneSetDb objects. See Issue #12 (https://github.com/lianos/multiGSEA/issues/12)
gdb.all <- exampleGeneSetDb() gs <- geneSets(gdb.all) gdb <- gdb.all[gs$collection %in% c("c2", "c7")]