Create a Heatmap from data
createHeatmap(plotData, input)
Arguments
plotData |
tibble. typically meanPlotData() |
input |
:: list. Uses:
standardizationFeatures NULL | character vector.
aesX :: string.
aesColor :: string.
aesFacetCol :: string.
aesFacetRow :: string.
heatLabSize :: numeric. Size of axis labels
heatColor :: string. Color palette
One of c("viridis", "magma", "plasma", "inferno", "cividis")
heatLogScale :: logical.
|
Value
ggplot. Heatmap