View source: R/visualization.R
PlotClusterTree | R Documentation |
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
## Not run:
if (requireNamespace("ape", quietly = TRUE)) {
data("pbmc_small")
pbmc_small <- BuildClusterTree(object = pbmc_small)
PlotClusterTree(object = pbmc_small)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.