Skip to contents

This function creates a heatmap of the similarity matrix computed by getDistMat().

Usage

plotDistMat(dist.list, use = "coef")

Arguments

dist.list

A list representing the similarity matrix output by getDistMat(). Required.

use

Character string specifying the similarity measure to use. Default is "coef". No other option is currently available.

Value

A pheatmap object displaying the similarity matrix.

See also