hclusterPlot {ABarray}R Documentation

heatmap generation

Description

plot clustering heatmap using correlation

Usage

hclusterPlot(expr, title, dist)

Arguments

expr

matrix of gene expression value

title

the title for the plot

dist

whether to use correlation or distance for clustering, default to use Euclidean distance. Use dist = "Correlation" to cluster with correlation coefficient

Details

generating heatmap using correlation as distance

Value

None. heatmap will be generated.

Author(s)

Y Andrew Sun


[Package ABarray version 1.58.0 Index]