Description Usage Arguments Details Value Examples
View source: R/combine_saver.R
Combines SAVER objects
1 | 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
1 2 3 4 5 6 7 8 | 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.