plotDistMat: Plot Similarity Matrix with pheatmap
Description
This function creates a heatmap of the similarity matrix computed by getDistMat()
.
Usage
plotDistMat(dist.list, use = "coef")
Value
A pheatmap
object displaying the similarity matrix.
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.