powered by
Plot copy number feature distribution
draw_cn_features(features, ylab = "", ...)
a list generate from get_features or sig_prepare function.
list
lab of y axis.
other options pass to plot_grid function of cowplot package.
plot_grid
cowplot
a ggplot object
Other copy number plot: draw_cn_components, draw_cn_distribution
draw_cn_components
draw_cn_distribution
# NOT RUN { # Load copy number prepare object load(system.file("extdata", "toy_copynumber_prepare.RData", package = "sigminer", mustWork = TRUE )) draw_cn_features(cn_prepare$features) # }
Run the code above in your browser using DataLab