combine,GeneSetDb,GeneSetDb-method {sparrow} | R Documentation |
Combines two GeneSetDb objects together
## S4 method for signature 'GeneSetDb,GeneSetDb' combine(x, y, ...)
x |
a GeneSetDb object |
y |
a GeneSetDb object |
... |
more things |
a new GeneSetDb that contains all genesets from x
and y
gdb1 <- exampleGeneSetDb() gdb2 <- GeneSetDb(exampleGeneSetDF()) gdb <- combine(gdb1, gdb2)