plot_tree_and_cn_data.Rd
Plot showing tree and CNA data site-by-site.
plot_tree_and_cn_data(
x,
cn_data,
title = "",
dropped_samples = NULL,
plot_tree_function = NULL,
labeller_function = function(x) x,
...
)
Object returned from 'add_lowpass_sampled' or a object of type 'phylo'.
CNA data as a named list of genomic ranges objects with a 'cn' metadata column.
(optional) title for the plot.
(optional) vector of dropped samples.
(optional) function to plot the tree object.
(optional) function returning a modified version of sample labels.
(optional) arguments passed to the 'plot_tree_function' function.
A grob.