Learn R Programming

RaceID (version 0.3.9)

clustheatmap: Plotting a Heatmap of the Distance Matrix

Description

This functions plots a heatmap of the distance matrix grouped by clusters.

Usage

clustheatmap(object, final = TRUE, hmethod = "single")

Value

Returns a vector of cluster numbers ordered as determined by herarchical clustering of cluster the cluster medoids as depicted in the heatmap.

Arguments

object

SCseq class object.

final

logical. If TRUE, then cells are grouped based on final clusters after outlier identification. If FALSE, then initial clusters prior to outlier identification are used for grouping. Default is TRUE.

hmethod

Agglomeration method used for determining the cluster order from hierarchical clustering of the cluster medoids. See hclust function.