Skip to contents

Heatmap with logFC for multiple contrasts

Usage

wrapper_logFC_heatmap(
  x,
  gene_var = "Hgnc_Symbol",
  lfc_prefix = "logFC",
  adjp_prefix = "adj.P.Val",
  sep = "_",
  title = "",
  palette = c("#42399B", "white", "#D70131"),
  rev = FALSE,
  trim_values = 3,
  trim_prop = NULL,
  trim_range = NULL,
  ceiling = FALSE,
  font_size = 10,
  rect_gp = grid::gpar(col = "grey"),
  cluster_rows = FALSE,
  cluster_columns = FALSE,
  row_dend_reorder = FALSE,
  column_dend_reorder = FALSE,
  show_row_names = TRUE,
  show_column_names = TRUE,
  row_names_gp = grid::gpar(fontsize = 9),
  column_names_gp = grid::gpar(fontsize = 9),
  row_names_max_width = unit(20, "cm"),
  column_names_max_height = unit(20, "cm"),
  row_names_width = 80,
  draw = TRUE,
  return = "ht",
  ...
)

Arguments

x

TopTable