combine,GeneSetDb,GeneSetDb-method | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.