Library

Library

Types

Dendrogram

A Gadfly GuideElement type for marginal dendrograms.

source
HeatMapStatistic

A Gadfly StatisticElement type for heatmaps.

source

Functions

Heatmap.dendrogramMethod.
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.

source
Heatmap.heatmapMethod.
heatmap(; matrix="raw", metric=Euclidean())

Construct a heatmap type. matrix can be "raw" or "distance". metric as in package Distances.

source