heat_cor_plot
creates a heat plot based on correlations.
heat_cor_plot(dist)
A list object created after running dissimilarity
.
It will save and print to screen a plotly interactive html correlation heat map.
When run it uses the list object created by running
dissimilarity
and generates a correlation heat map. The
correlation heat map can help visualise groupings of samples based on
mismatch values. It generates a "plotly" visualisation in the viewer when
using RStudio whereby values can be interrogated by hovering the mouse
cursor. The heat map can be saved to png file either by using the interactive
menu in the "plotly" html or by using the export button in the RStudio
viewer. The html version is saved to `results/cluster/`.
if (FALSE) {
heat_cor_plot(dist = dissimilarity_list)
}