smart_heatmap: smart_heatmap

View source: R/plots.R

smart_heatmapR Documentation

smart_heatmap

Description

smart_heatmap

Usage

smart_heatmap(
  MAT = NULL,
  DIST = FALSE,
  main = "",
  width = NULL,
  height = NULL,
  GRID = NULL,
  clustRC = c(TRUE, TRUE),
  nodePar_col = NULL,
  nodePar_row = NULL,
  mar = 2,
  cex.main = 2,
  rowData = NULL,
  colData = NULL,
  make_key = TRUE,
  vec_cols = NULL
)

Arguments

MAT

A numeric matrix of values

DIST

Boolean set to TRUE to treat MAT as distance matrix. Otherwise, function can perform row/column clustering

main

A string for the overall heatmap title

width

NULL

height

NULL

GRID

NULL

clustRC

NULL

nodePar_col

NULL

nodePar_row

NULL

mar

NULL

cex.main

NULL

rowData

NULL

colData

NULL

make_key

NULL

vec_cols

NULL

Value

No return value.


pllittle/smartr documentation built on Feb. 28, 2025, 6:54 a.m.