View source: R/plotComparisonCorrelationPSMData.R
plotComparisonCorrelationPSMData | R Documentation |
Plot comparison correlation PSM data
plotComparisonCorrelationPSMData(
compare_tibble,
dataset_names,
num_datasets,
file_path,
file_type,
gen_title = "Comparison of clustering, gene expression data and data correlation",
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),
sim_breaks = NULL,
expr_breaks = NULL,
corr_breaks = NULL,
show_row_labels = FALSE
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.