combine | R Documentation |
Combine multiple objects
combine(x, y, ...)
## S4 method for signature 'FgseaList,FgseaList'
combine(x, y)
x |
Object. |
y |
Object. |
... |
Additional arguments. |
Modified object.
Updated 2022-04-27.
data(fgsea)
## FgseaList ====
x <- fgsea
y <- fgsea
contrastNames(x) <- paste0("x_", contrastNames(x))
contrastNames(y) <- paste0("y_", contrastNames(y))
c <- combine(x, y)
c
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.