Description Usage Arguments Value
E step of the EM algorithm: Calculate the expectation of Q function given parameters
1 |
u |
The combined data of (y, x) |
pi |
The proportion of cell type 1 in all cells |
mu1 |
The estimated (y,x) mean function of cell type 1 |
mu2 |
The estimated (y,x) mean function of cell type 2 |
var1 |
The estimated (y,x) variance of cell type 1 |
var2 |
The estimated (y,x) variance of cell type 2 |
A list of the 4 elements
Eu1: |
The expected value in cell type 1 given the observed (y, x) at the tissue level given input parameters |
Eu2: |
The expected value in cell type 2 given the observed (y, x) at the tissue level given input parameters |
Evar1: |
The expected variance-covariance matrix in cell type 1 given the observed (y, x) at the tissue level given input parameters |
Evar2: |
The expected variance-covariance matrix in cell type 2 given the observed (y, x) at the tissue level given input parameters |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.