quantile_plot | R Documentation |
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
)
cnv_data |
list object of cnv data from SlideCNA::prep_cnv_dat() |
cluster_label |
character string of which column name to keep |
text_size |
integer of text size for ggplot |
title_size |
integer of title size for ggplot |
legend_height_bar |
integer of bar height of legend for ggplot |
plot_directory |
output plot directory path |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.