chibi.heatmap: Plot a heatmap

Description Usage Examples

View source: R/chibi.heatmap.R

Description

Automatically clusters, and plot

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
chibi.heatmap(
  Tab = NULL,
  dist_method_rows = "pearson",
  dist_method_cols = "euclidean",
  hclust_method_rows = "complete",
  hclust_method_cols = "ward.D2",
  k_rows = 8,
  k_cols = 4,
  palette_heatmap = "pals::kovesi.diverging_bwr_55_98_c37",
  range_fill_heatmap = 1,
  size_strip_text_row = 10,
  size_strip_text_col = 0,
  size_axis_text_col = 10,
  size_axis_text_row = 0,
  axis_ticks_row = F,
  size_legend_text = 10,
  size_legend_title = 12,
  size_dendrogram = 0.3,
  panel_border_heatmap = 0.3,
  panel_spacing = 0,
  font_family = "Helvetica",
  font_face = "plain",
  legend_position = "right",
  egg_heights = c(0.5, 1),
  egg_widths = c(0.2, 1)
)

Examples

1

isaisg/ohchibi documentation built on Nov. 27, 2021, 3:02 a.m.