plot_qc | R Documentation |
Results from analyze_peaks
and compute_CCF
can be
visualised with this function. Compared to individual karyotypes fits available
with function plot_peaks_analysis
, for instance, this function reports
summary pass/fail statistics for each analysis.
plot_qc(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)
x = analyze_peaks(x)
x = compute_CCF(x)
plot_qc(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.