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.