heat_plot creates a heat plot based on mismatches.
heat_plot(dist)A list object created after running dissimilarity.
It will save and print to screen a plotly interactive html heat map.
When run it uses the list object created by running
dissimilarity and creates a heat map. The 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 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_plot(dist = dissimilarity_list)
}