combine.saver: Combines SAVER

View source: R/combine_saver.R

combine.saverR Documentation

Combines SAVER

Description

Combines SAVER objects

Usage

combine.saver(saver.list)

Arguments

saver.list

List of SAVER objects

Details

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.

Value

A combined SAVER object

Examples

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)


mohuangx/SAVER documentation built on June 16, 2022, 2:42 p.m.