This function creates a heatmap of the similarity matrix computed by getDistMat()
.
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.