get.mu | R Documentation |
Outputs prior predictions
get.mu(x, saver.obj)
x |
Original count matrix. |
saver.obj |
SAVER output. |
This function outputs prior mean predictions \mu
used in fitting the
SAVER model.
A matrix of prior mean predictions
data("linnarsson")
data("linnarsson_saver")
mu <- get.mu(linnarsson, linnarsson_saver)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.