Description Usage Arguments Value See Also Examples
Renders probability and relative expression heatmaps to visualize the relationship between features and cell populations or cell populations and samples.
1 2 3 | ## S3 method for class 'celda_CG'
celdaProbabilityMap(counts, celda.mod,
level = c("cell.population", "sample"), ...)
|
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_CG'. |
level |
Character. One of 'cell.population' or 'sample'. 'cell.population' will display the absolute probabilities and relative normalized expression of each module in each cell population. 'sample' will display the absolute probabilities and relative normalized abundance of each cell population in each sample. Default 'cell.population'. |
... |
Additional parameters. |
A grob containing the specified plots
'celda_CG()' for clustering features and cells
1 | celdaProbabilityMap(celda.CG.sim$counts, celda.CG.mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.