View source: R/plot_icon_cna.R
plot_icon_CNA | R Documentation |
An icon is a small circular plot with no legend or axis, which shows simple clonal CNAs.
plot_icon_CNA(x)
x |
A CNAqc object. |
A 'ggplot2' plot.
data('example_dataset_CNAqc', package = 'CNAqc')
x = init(mutations = example_dataset_CNAqc$mutations, cna = example_dataset_CNAqc$cna, purity = example_dataset_CNAqc$purity)
plot_icon_CNA(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.