Description Usage Arguments Value
Takes an object, a marker list (output of FindAllMarkers), and a node and plots a heatmap where genes are ordered vertically by the splits present in the object@cluster.tree slot.
| 1 | HeatmapNode(object, marker.list, node = NULL, max.genes = 10, ...)
 | 
| object | Seurat object. Must have the cluster.tree slot filled (use BuildClusterTree) | 
| marker.list | List of marker genes given from the FindAllMarkersNode function | 
| node | Node in the cluster tree from which to start the plot, defaults to highest node in marker list | 
| max.genes | Maximum number of genes to keep for each division | 
| ... | Additional parameters to pass to DoHeatmap | 
Plots heatmap. No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.