Description Usage Arguments Value See Also Examples
Renders an expression heatmap to visualize 'celda_C()' results. Features to include in the heatmap must be supplied.
1 2  | ## S3 method for class 'celda_C'
celdaHeatmap(counts, celda.mod, feature.ix, ...)
 | 
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'.  | 
feature.ix | 
 Integer vector. Indices of features to plot, such the top features from a differential expression analysis.  | 
... | 
 Additional parameters.  | 
list A list containing dendrograms and the heatmap grob
'celda_C()' for clustering cells and 'celdaTsne()' for generating 2-dimensional coordinates
1  | celdaHeatmap(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.