Plot clusters as a tree
Plots previously computed tree (from BuildClusterTree)
PlotClusterTree(object, direction = "downwards", ...)
object |
Seurat object |
direction |
A character string specifying the direction of the tree (default is downwards) Possible options: "rightwards", "leftwards", "upwards", and "downwards". |
... |
Additional arguments to
|
Plots dendogram (must be precomputed using BuildClusterTree), returns no value
data("pbmc_small") pbmc_small <- BuildClusterTree(object = pbmc_small) PlotClusterTree(object = pbmc_small)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.