celdaHeatmap {celda} | R Documentation |
Render a stylable heatmap of count data based on celda clustering results.
celdaHeatmap(counts, celdaMod, featureIx, ...)
counts |
Integer matrix. Rows represent features and columns represent cells. This matrix should be the same as the one used to generate 'celdaMod'. |
celdaMod |
A celdaModel object of class "celda_C", "celda_G", or "celda_CG". |
featureIx |
Integer vector. Select features for display in heatmap. If NULL, no subsetting will be performed. Default NULL. |
... |
Additional parameters. |
list A list containing dendrogram information and the heatmap grob
data(celdaCGSim, celdaCGMod) celdaHeatmap(celdaCGSim$counts, celdaCGMod)