Learn R Programming

TopDom (version 0.10.1)

ggCountHeatmap: Produce a Count Heatmap

Description

Produce a Count Heatmap

Usage

ggCountHeatmap(data, transform, colors, ...)

Arguments

data

A TopDomData object.

transform

A function applied to the counts prior to generating heatmap colors.

colors

A named list to control to color scale.

Not used.

Value

A ggplot2::ggplot object.

See Also

See TopDom for an example.