Description Usage Arguments Value Author(s)
Perform E-step (i.e. calculate the expectations of missing data) for one iteration of scCAS data in the EM algorithm.
1 | cal_E_acc(rij, replacef0, phi_atac, w_acc, qi)
|
rij |
ratio f1/(f1+f0) for scCAS data. |
replacef0 |
(1-rij) for scCAS data. |
phi_atac |
the initialization of the probability for scCAS data belonging to cluster k (i.e. z[i,k]=1). |
w_acc |
the initialization of the probability for scCAS data that gene g is active in cluster k. |
qi |
the initialization of the probability that scCAS data has high gene score when gene g is active in cell i (i.e. pi_i1). |
prob_z_atac |
Expectation of z. |
prob_z_u_atac |
Expectation of z*u. |
prob_z_u_ut_atac |
Expectation of z*u*o. |
Jiaxuan WANGWU
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.