Description Usage Arguments Value See Also Examples
Generates factorized matrices showing the contribution of each feature in each module and each module in each cell.
1 2 3 | ## S3 method for class 'celda_G'
factorizeMatrix(counts, celda.mod, type = c("counts",
"proportion", "posterior"))
|
counts |
Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate 'celda.mod'. |
celda.mod |
Celda object of class "celda_G". |
type |
Character vector. A vector containing one or more of "counts", "proportion", or "posterior". "counts" returns the raw number of counts for each factorized matrix. "proportions" returns the normalized probabilities for each factorized matrix, which are calculated by dividing the raw counts in each factorized matrix by the total counts in each column. "posterior" returns the posterior estimates. Default 'c("counts", "proportion", "posterior")'. |
A list with elements for 'counts', 'proportions', or 'posterior' probabilities. Each element will be a list containing factorized matrices for 'module' and 'cell'.
'celda_G()' for clustering features
1 | factorized.matrices = factorizeMatrix(celda.G.sim$counts, celda.G.mod, "posterior")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.