View source: R/DownstreamAnalysisFunctions.R
clusterLabels | R Documentation |
clusterLabels()
Computes hierarchical clustering of labels
clusterLabels(cellWalk, cellTypes, distMethod = "euclidean", plot = FALSE)
cellWalk |
a cellWalk object |
cellTypes |
character, vector of labels to use, all labels used by default |
distMethod |
character, method used to compute distance |
plot |
boolean, plot output matrix |
cellWalk object with label clustering stored in "cluster"
data("SampleCellWalkRData")
cellWalk <- clusterLabels(SampleCellWalkRData$cellWalk)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.