View source: R/combine_saver.R
combine.saver | R Documentation |
Combines SAVER objects
combine.saver(saver.list)
saver.list |
List of SAVER objects |
If SAVER was applied to a dataset for chunks of genes (by specifying
pred.genes
and pred.genes.only = TRUE
), this function combines
the individual SAVER objects into one SAVER object.
A combined SAVER object
data("linnarsson")
## Not run:
a <- saver(linnarsson, pred.genes = 1:5, pred.genes.only = TRUE)
b <- saver(linnarsson, pred.genes = 6:10, pred.genes.only = TRUE)
ab <- combine.saver(list(a, b))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.