clusterLabels: Cluster labels

View source: R/DownstreamAnalysisFunctions.R

clusterLabelsR Documentation

Cluster labels

Description

clusterLabels() Computes hierarchical clustering of labels

Usage

clusterLabels(cellWalk, cellTypes, distMethod = "euclidean", plot = FALSE)

Arguments

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

Value

cellWalk object with label clustering stored in "cluster"

Examples

data("SampleCellWalkRData")
cellWalk <- clusterLabels(SampleCellWalkRData$cellWalk)


PFPrzytycki/CellWalkR documentation built on Oct. 26, 2023, 1:50 p.m.