Learn R Programming

CIDER (version 0.99.1)

plotDistMat: Plot Similarity Matrix with pheatmap

Description

Plot Similarity Matrix with pheatmap

Usage

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

Value

A pheatmap showing the similarity matrix

Arguments

dist.list

Output of function `getDistMat()`. Required.

use

Default: "coef". No other option currently that can be used.

See Also

getDistMat