heatmap_table: heatmap_table

View source: R/Visualizations_tables.R

heatmap_tableR Documentation

heatmap_table

Description

Takes a table and plots it. Either as a table or a pheatmap heatmap with clustering

Usage

heatmap_table(
  TBL,
  clust.meth = "ward.D2",
  clust.dist = "euclidean",
  Title = "",
  plotTable = F
)

Arguments

TBL

A table (base R table())

clust.meth

default is "ward.D2", see pheatmap for more options

clust.dist

default is "euclidean", see pheatmap for more options

Title

A title else ”

plotTable

default is F, if T, it will plot an actual table

Value

A pheatmap heatmap or a plotted table


eisascience/scCustFx documentation built on June 2, 2025, 3:59 a.m.