EstPrior_sprcpp | R Documentation |
Input raw data and return estimated size and mu for each gene using the MME method.
EstPrior_sprcpp(Data)
Data |
A matrix of single-cell expression where rows
are genes and columns are samples (cells). |
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.
data("EXAMPLE_DATA_list") #Should not run by the users, it is used in prior estimation. ## Not run:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.