d3heatmapGadget-class: An S4 class to capture a heatmap

Description Slots

Description

An S4 class to capture a heatmap

Slots

x

A data.frame

ColSideColors

(optional) character vector of length ncol(x), or matrix with columns equal to ncol(x), containing the color names for a horizontal side bar that may be used to annotate the columns of x. ColIndividualColors, from heatmap.2, can also be used

RowSideColors

(optional) character vector of length nrow(x), or matrix with rows equal to nrow(x), containing the color names for a vertical side bar that may be used to annotate the rows of x. RowIndividualColors, from heatmap.3, can also be used

settings

A list of settings to pass to d3heatmap()

heatmap

A d3heatmap

rows

Character vector of selected rows from the heatmap

cols

Character vector of selected columns from the heatmap

filter

Character string of a valid filter (as in subset() for the underlying d3heatmap data; invalid filters will be safely loaded but not applied


rstudio/d3heatmap documentation built on May 26, 2021, 10:16 p.m.