ggheatmap: Function to run pipeline

Description Usage Arguments Examples

View source: R/ggheatmap.R

Description

Runs the entire pipeline to generate a heatmap

Usage

1
2
3
4
5
6
7
8
ggheatmap(
  matrix,
  scale = "row",
  Rowv = TRUE,
  Colv = TRUE,
  PRINT = TRUE,
  verbose = FALSE
)

Arguments

scale

(row/col/none) how should the data be scaled (default: row)

Rowv

(TRUE/FALSE) should the rows be clustered (default: TRUE)

Colv

(TRUE/FALSE) should the columns be clustered (default: TRUE)

PRINT

TRUE/FALSE should the plot be displayed (default: TRUE)

verbose

TRUE/FALSE shows extra info (default: FALSE)

heatmapClass

object of class heatmap (required)

Examples

1
heatmapClass <- plotHeatmap(heatmapClass, scale="row", Rowv = TRUE, Colv = TRUE)

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