Combines two GeneSetDb objects together

# S4 method for class 'GeneSetDb,GeneSetDb'
combine(x, y, ...)

Arguments

x

a GeneSetDb object

y

a GeneSetDb object

...

more things

Value

a new GeneSetDb that contains all genesets from x and y

Examples

gdb1 <- exampleGeneSetDb()
gdb2 <- GeneSetDb(exampleGeneSetDF())
gdb <- combine(gdb1, gdb2)