Learn R Programming

Seurat (version 3.1.1)

PlotClusterTree: Plot clusters as a tree

Description

Plots previously computed tree (from BuildClusterTree)

Usage

PlotClusterTree(object, ...)

Arguments

object

Seurat object

Additional arguments to ape::plot.phylo

Value

Plots dendogram (must be precomputed using BuildClusterTree), returns no value

Examples

Run this code
# NOT RUN {
pbmc_small <- BuildClusterTree(object = pbmc_small)
PlotClusterTree(object = pbmc_small)

# }

Run the code above in your browser using DataLab