plotHeatmap: Function to plot heatmap

Description Usage Arguments Examples

View source: R/plotHeatmap.R

Description

Plots the dendrograms from the hclust data stored in PlotData

Usage

1
2
3
4
5
6
7
plotHeatmap(
  heatmapClass,
  high = "red",
  mid = "white",
  low = "blue",
  midpoint = 0
)

Arguments

heatmapClass

object of class heatmap (required)

high

colour for high scores (default: red)

mid

colour for mid scores (default: white)

low

colour for high scores (default: blue)

midpoint

score for mid colour (default: 0 as data is z score by default)

Examples

1
heatmapClass <- plotHeatmap(heatmapClass, high = "red", mid = "white", low = "blue", midpoint = 0)

findlaycopley/ggheatmap documentation built on Nov. 15, 2020, 7:39 p.m.