View source: R/plot_segment_size_distribution.R
plot_segment_size_distribution | R Documentation |
This is the histogram of the number of bases (length) in each copy number segment, for clonal simple CNAs.
plot_segment_size_distribution(x, annotate_cut = 1e+07)
x |
A CNAqc object. |
annotate_cut |
A custom vertical line annotation, by default at '1e7' megabases. |
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_segment_size_distribution(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.