sample.saver {SAVER} | R Documentation |
Samples from SAVER
Description
Samples from the posterior distribution output by SAVER.
Usage
sample.saver(x, rep = 1, efficiency.known = FALSE, seed = NULL)
Arguments
x |
A |
rep |
Number of sampled datasets. Default is 1. |
efficiency.known |
Whether the efficiency is known. Default is
|
seed |
seed used in |
Details
The SAVER method outputs a posterior distribution, which we can sample from for downstream analysis. The posterior distribution accounts for uncertainty in the SAVER estimation procedure. If the efficiency is known, negative binomial sampling is performed; otherwise, gamma sampling is performed.
Value
A matrix of expression values sampled from SAVER posterior. If
rep
> 1, a list of matrices is returned
Examples
data("linnarsson_saver")
samp1 <- sample.saver(linnarsson_saver, seed = 50)
[Package SAVER version 1.1.2 Index]