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.
NodeHeatmap(object, marker.list, node = NULL, max.genes = 10, ...)
Seurat object. Must have the cluster.tree slot filled (use BuildClusterTree)
List of marker genes given from the FindAllMarkersNode function
Node in the cluster tree from which to start the plot, defaults to highest node in marker list
Maximum number of genes to keep for each division
Additional parameters to pass to DoHeatmap
Plots heatmap. No return value.