Plot_Heatmap: Heatmap

View source: R/Visualization.R

Plot_HeatmapR Documentation

Heatmap

Description

Plot Heatmap for visualizing cell clustering result.

Usage

Plot_Heatmap(result, cluster)

Arguments

result

A dataframe with approriate format for visualization.

cluster

A number of true clusters in the dataset (numeric).

Value

No return values.

Examples

table.cluster <- ListToDataframe(l = result.cluster.all.rate, type = 'heatmap'); table.cluster
Plot_Heatmap(result = table.cluster, cluster = 4)
Plot_Heatmap(result = table.cluster, cluster = 6)
Plot_Heatmap(result = table.cluster, cluster = 8)


xnnba1984/DoubletCollection documentation built on Dec. 10, 2022, 11:13 a.m.