The default plot is the CNA segments in wide format
# S3 method for class 'cnaqc'
plot(x, ...)
Arguments
- x
An obj of class 'cnaqc'
.
- ...
Default S3 method parameter.
Examples
if (FALSE) { # \dontrun{
data('example_PCAWG', package = 'CNAqc')
plot(example_PCAWG)
} # }