d3heatmapGadget-class | R Documentation |
An S4 class to capture a heatmap
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.