| d3heatmapGadget-class | R Documentation |
An S4 class to capture a heatmap
xA 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
settingsA list of settings to pass to d3heatmap()
heatmapA d3heatmap
rowsCharacter vector of selected rows from the heatmap
colsCharacter vector of selected columns from the heatmap
filterCharacter 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.