plotComparisonData2Clustering: Plot comparison expression to clustering

View source: R/plotComparisonData2Clustering.R

plotComparisonData2ClusteringR Documentation

Plot comparison expression to clustering

Description

Plot comparison expression to clustering

Usage

plotComparisonData2Clustering(
  compare_tibble,
  dataset_names,
  num_datasets,
  file_path,
  file_type,
  gen_title = "Comparison of clustering and gene expression data",
  col_pal_sim = (grDevices::colorRampPalette(RColorBrewer::brewer.pal(n = 7, name =
    "Blues")))(100),
  col_pal_expr = (grDevices::colorRampPalette(c("#146EB4", "white", "#FF9900")))(100),
  sim_breaks = NULL,
  expr_breaks = NULL,
  show_row_labels = FALSE
)

stcolema/mdiHelpR documentation built on July 28, 2024, 5:41 a.m.