Learn R Programming

heatmapFlex (version 0.1.2)

Tools to Generate Flexible Heatmaps

Description

A set of tools supporting more flexible heatmaps. The graphics is grid-like using the old graphics system. The main function is heatmap.n2(), which is a wrapper around the various functions constructing individual parts of the heatmap, like sidebars, picket plots, legends etc. The function supports zooming and splitting, i.e., having (unlimited) small heatmaps underneath each other in one plot deriving from the same data set, e.g., clustered and ordered by a supervised clustering method.

Copy Link

Version

Install

install.packages('heatmapFlex')

Monthly Downloads

139

Version

0.1.2

License

GPL-3

Maintainer

Vidal Fey

Last Published

August 19th, 2021

Functions in heatmapFlex (0.1.2)

prepare_heatmap_data2

Function to prepare data for a heatmap: scaling, dendrograms, ...
draw_heatmap

Function to draw a heatmap based on prepared "display list" (dl)
heatmapFlex

Tools to Generate Flexible Heatmaps
zoom_heatmap

Function to zoom into an already drawn heatmap
heatmap.n2

Main heatmap function