Description Usage Arguments Value See Also Examples
Renders an expression heatmap to visualize 'celda_CG()' results. The top 'nfeatures' for each module will be included in the heatmap.
1 2 | ## S3 method for class 'celda_G'
celdaHeatmap(counts, celda.mod, nfeatures = 25, ...)
|
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'. |
nfeatures |
Integer. Maximum number of features to select for each module. Default 25. |
... |
Additional parameters. |
list A list containing the dendrograms and the heatmap grob
'celda_G()' for clustering features and 'celdaTsne()' for generating 2-dimensional coordinates
1 | celdaHeatmap(celda.G.sim$counts, celda.G.mod)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.