View source: R/plotComparisonData2Clustering.R
plotComparisonData2Clustering | R Documentation |
Plot comparison expression to clustering
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
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.