| detailMap-class | R Documentation |
Represents a detail map pane in the NG-CHM panel layout system. Detail maps provide a zoomed-in view of a portion of the heatmap with configurable display settings.
currentColInteger. Current column position in the heatmap (must be > 0)
currentRowInteger. Current row position in the heatmap (must be > 0)
colZoomLevelNumeric. Column zoom level between 0 and 1
dataBoxHeightInteger. Height of each data box. Must be one of the predefined sizes from NG-CHM Viewer
dataBoxWidthInteger. Width of each data box. Must be one of the predefined sizes from NG-CHM Viewer
dataPerColInteger. Number of rows displayed in detail map (must be > 1)
dataPerRowInteger. Number of columns displayed in detail map (must be > 1)
idCharacter. Unique identifier for the pane
modeCharacter. View mode: "NORMAL", "RIBBONH", or "RIBBONV"
rowZoomLevelNumeric. Row zoom level between 0 and 1
selectedIsDendrogramLogical. Whether selection is in dendrogram
selectedStartInteger. Start position of selection (>= 0)
selectedStopInteger. End position of selection (>= 0)
versionCharacter. Map version: "P" for primary, "S" for secondary
versionNumberInteger. Detail map number for multiple detail panes
panel_configuration for using detail maps in configurations
summaryMap for summary map configuration
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.