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