createHeatmap: Create a Heatmap from data

Description Usage Arguments Value

View source: R/plot_heatmap.R

Description

Create a Heatmap from data

Usage

1
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


jmbuhr/ShinyLipids documentation built on June 25, 2021, 2:26 a.m.