This function colors and plots each bin by its CNV score quantiles (min, 1st quartile, median, 3rd quartile, max) on spatial coordinates for each chromosome
quantile_plot(
cnv_data,
cluster_label = "seurat_clusters",
text_size,
title_size,
legend_height_bar,
plot_directory
)
None
list object of cnv data from SlideCNA::prep_cnv_dat()
character string of which column name to keep
integer of text size for ggplot
integer of title size for ggplot
integer of bar height of legend for ggplot
output plot directory path