celdaHeatmap,celda_CG-method {celda} | R Documentation |
Renders an expression heatmap to visualize 'celda_CG()' results. The top 'nfeatures' for each module will be included in the heatmap.
## S4 method for signature 'celda_CG' celdaHeatmap(counts, celdaMod, nfeatures = 25, ...)
counts |
Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate. 'celdaMod'. |
celdaMod |
Celda object of class 'celda_CG'. |
nfeatures |
Integer. Maximum number of features to select for each module. Default 25. |
... |
Additional parameters. |
A list containing dendrograms and the heatmap grob
'celda_CG()' for clustering features and cells and 'celdaTsne()' for generating 2-dimensional coordinates.
data(celdaCGSim, celdaCGMod) celdaHeatmap(celdaCGSim$counts, celdaCGMod)