View source: R/heatmapWrapperPSMDataCorr.R
heatmapWrapperPSMDataCorr | R Documentation |
Heatmap Wrapper PSM, Data, Corr
heatmapWrapperPSMDataCorr(
sim_mat,
expr_mat,
corr_mat,
ph_title = "Comparison clustering, expression and correlation",
save_name = NULL,
col_pal_sim = (grDevices::colorRampPalette(c("#FF9900", "white", "#146EB4")))(100),
col_pal_expr = (grDevices::colorRampPalette(c("#146EB4", "white", "#FF9900")))(100),
col_pal_corr = (grDevices::colorRampPalette(c("#146EB4", "white", "#FF9900")))(100),
expr_breaks = NULL,
sim_breaks = NULL,
corr_breaks = NULL,
font_size = 20,
expr_col_order = TRUE,
show_row_labels = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.