cnv_heatmap | R Documentation |
This function prepares data for plotting and makes a heat map of CNV scores per bead across all genes
cnv_heatmap(
cnv_data,
md,
chrom_colors,
hc_function = "ward.D2",
plot_directory
)
cnv_data |
list object of cnv data from SlideCNA::prep_cnv_dat() |
md |
data.table of metadata of each bead |
chrom_colors |
vector of colors labeled by which chromosome they correspond to |
hc_function |
character for which hierarchical clustering function to use |
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.