https://github.com/satijalab/seurat
Raw File
Tip revision: 96d07d80bc4b6513b93e9c10d8a9d57ae7016f9f authored by Paul Hoffman on 04 May 2018, 20:47:16 UTC
Update cran-comments
Tip revision: 96d07d8
PlotClusterTree.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/plotting.R
\name{PlotClusterTree}
\alias{PlotClusterTree}
\title{Plot phylogenetic tree}
\usage{
PlotClusterTree(object, ...)
}
\arguments{
\item{object}{Seurat object}

\item{\dots}{Additional arguments for plotting the phylogeny}
}
\value{
Plots dendogram (must be precomputed using BuildClusterTree), returns no value
}
\description{
Plots previously computed phylogenetic tree (from BuildClusterTree)
}
\examples{
PlotClusterTree(object = pbmc_small)

}
back to top