Description Usage Arguments Value
Calls the MIXnorm.mle function to obtain MLE of the mixture model, then produces the normalized expression matrix.
1 | MIXnorm(dat, max_iter = 20, tol = 0.01, appr = T)
|
dat |
input raw read count matrix. dim of dat = J genes * I samples. |
max_iter |
maximum number of iterations for the nested EM algorithm default is 20, recommend range (10, 50). |
tol |
convergency criteria, default is 1e-2, recommend range (1e-5,1). |
appr |
binary True of False, indicates if the approximate version of normalization should be used. |
A list contains the normalized expression matrix (MIX_normalized_log), proportion of expressed genes (phi) and probabilities of being expressed for all genes (D).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.