Library
Types
Heatmap.Dendrogram — Type.DendrogramA Gadfly GuideElement type for marginal dendrograms.
Heatmap.HeatMapStatistic — Type.HeatMapStatisticA Gadfly StatisticElement type for heatmaps.
Functions
Heatmap.dendrogram — Method.dendrogram(; dendrogram="both", metric=Euclidean())Construct a dendrogram guide. dendrogram can be "row", "column" or "both". metric as in package Distances. Note that currently metric is independent of heatmap(matrix="distance", metric= ) hence both need to be specified if plotting a distance matrix heatmap.
Heatmap.heatmap — Method.heatmap(; matrix="raw", metric=Euclidean())Construct a heatmap type. matrix can be "raw" or "distance". metric as in package Distances.