Description Usage Arguments Value Author(s)
This function estimates the MLE of the parameters through Expected-Maximisation algorithm.
1 2 3 4 5 6 7 8 9 10 11 |
Count |
Vector of count expression data of a gene over the cells. |
group |
Vector which specifies the membership of the cells, i.e. two groups to be compared, corresponding to the cells in the count. |
CellCluster |
Vector which specifies the cluster memberships of the cells, i.e. each entry represents memberships of the entries of the count. |
CellAuxil |
Vector of cell level auxiliary information, corresponding to the entries in the counts, default is NULL. |
maxit |
Maximum number of iterations for Expected-Maximization (EM) algorithm. |
eps |
Convergennce criteria for EM algorithm. |
muoffset |
Offset parameter for mean (mu) parameter, default is NULL. |
phioffset |
Offset parameter for zero inflation (phi) parameter, default is NULL. |
weights |
Observation wise weights for the cells, default is unity vector. |
A list containing the estimates of the parameters of a gene.
Samarendra Das
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.