plotDistMat | R Documentation |
This function creates a heatmap of the similarity matrix computed by getDistMat()
.
plotDistMat(dist.list, use = "coef")
dist.list |
A list representing the similarity matrix output by |
use |
Character string specifying the similarity measure to use. Default is "coef". No other option is currently available. |
A pheatmap
object displaying the similarity matrix.
getDistMat
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.