Plot observed Copy Number (CN) counts for different groups of patients.
groupsCNPlot(counts, groups, normalize = TRUE, xlabels = FALSE)A ggplot2 object.
data(plot_data_examples)
counts <- plot_data_examples[['groups.CN.plot']][['counts']]
groups <- plot_data_examples[['groups.CN.plot']][['groups']]
groupsCNPlot(counts=counts,groups=groups)
#> Warning: `aes_string()` was deprecated in ggplot2 3.0.0.
#> ℹ Please use tidy evaluation idioms with `aes()`.
#> ℹ See also `vignette("ggplot2-in-packages")` for more information.
#> ℹ The deprecated feature was likely used in the RESOLVE package.
#> Please report the issue at <https://github.com/danro9685/RESOLVE/issues>.