Heatmap Graphs : General parameters for heatmaps

# heatmapAutoAdjust
Flag to adjust the color spectrum of the heatmaps when zooming in/out. The full spectrum range will be utilized to cover the selcted cells in the heatmap if the flag is set to true
Type: boolean
Default: false
Used in: Heatmap

heatmapAutoAdjust : true

heatmapAutoAdjust : false


# heatmapCellBox
Flag to print a box around the heatmap cells
Type: boolean
Default: true
Used in: Heatmap

heatmapCellBox : true

heatmapCellBox : false


# heatmapCellBoxColor
Color for the heatmap boxes around the cells
Type: color
Default: rgb(102,102,102)
Used in: Heatmap

heatmapCellBoxColor : "#000000"

heatmapCellBoxColor : "#ffffff"


# heatmapCellBoxColorHighlight
Color for the highlighted heatmap cells
Type: color
Default: #fed385
Used in: Heatmap

heatmapCellBoxColorHighlight : "#9e0adb"

heatmapCellBoxColorHighlight : "#47db0a"


# heatmapCellBoxHighlightWidth
Width for the highlighting heatmap boxes around the cells
Type: float
Default: 1
Used in: Heatmap

heatmapCellBoxHighlightWidth : 0.5

heatmapCellBoxHighlightWidth : 1.5


# heatmapCellBoxWidth
Width for the heatmap boxes around the cells
Type: float
Default: 1
Used in: Heatmap

heatmapCellBoxWidth : 1

heatmapCellBoxWidth : 2


# heatmapCollapse
Flag to collapse cells in heatmaps of type circle or hexagon. If true cells are ploted without outline otherwise the outline is the foreground color
Type: boolean
Default: false
Used in: Heatmap

heatmapCollapse : true

heatmapCollapse : false


# heatmapHighlightByRowCol
Flag to highlight specific rows and columns in the heatmap cells when a variable or a sample is selected
Type: boolean
Default: false
Used in: Heatmap

heatmapHighlightByRowCol : true

heatmapHighlightByRowCol : false


# heatmapHighlightByRowColIntersection
Color for the highlighted heatmap cells where rows and columns intersect
Type: color
Default: #9b6f2b
Used in: Heatmap

heatmapHighlightByRowColIntersection : true

heatmapHighlightByRowColIntersection : false


# heatmapHighlightByRowColIntersectionWidth
Width for the highlighting heatmap boxes around the cells where rows and columns intersect
Type: float
Default: 3
Used in: Heatmap

heatmapHighlightByRowColIntersectionWidth : 0.5

heatmapHighlightByRowColIntersectionWidth : 2


# heatmapType
Type of Heatmap used to overlay a layer on top of an image. Special for spatial transcriptomics and UpSet plots
Type: string
Default: normal
Options: normal, circle, hexagon, upset, correlation
Used in: Heatmap

heatmapType : "normal"

heatmapType : "circle"

heatmapType : "hexagon"


# smpTitleLabelPosition
Position for sample labels
Type: string
Default: left
Options: left, right
Used in: Heatmap

smpTitleLabelPosition : "left"

smpTitleLabelPosition : "right"


# varTitleLabelPosition
Position for variable labels
Type: string
Default: bottom
Options: bottom, top
Used in: Heatmap

varTitleLabelPosition : "bottom"

varTitleLabelPosition : "top"