Description Usage Arguments Value Author(s) Examples
This function calculates the responsibilities of each component for all cells from the expected log distribution of the hidden data.
1 2 3 4 5 6 7 8 9 |
x |
log odds for l cells and k components as a kxl matrix |
affinity |
0 for standard soft clustering, 1 for hard clustering during inference (not recommended) |
norm |
if TRUE normalises to probabilities (recommended) |
logtype |
logarithm type of the data (e.g. 2 for log2 data or exp(1) for natural) |
mw |
mixture weights of the components |
data |
data in log odds |
complete |
if TRUE, complete data log likelihood is considered (for very large data sets, e.g. 1000 cells and 1000 E-genes) |
responsibilities as a kxl matrix (k components, l cells)
Martin Pirkl
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.