Description Usage Arguments Details Value Examples
View source: R/PRIOR_FUNCTIONS.R
Input raw data and return estimated size and mu for each gene using the MME method.
1 |
Data |
A matrix of single-cell expression where rows
are genes and columns are samples (cells). |
verbose |
print out status messages. Default is TRUE. |
mu and size are two parameters of the prior that need to be specified for each gene in bayNorm. They are parameters of negative binomial distribution. The variance is mu + mu^2/size in this parametrization.
List containing estimated mu and size for each gene.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.