The default plot is the CNA segments in wide format

# S3 method for cnaqc
plot(x, ...)

Arguments

x

An obj of class 'cnaqc'.

...

Default S3 method parameter.

Value

Nothing.

Examples

if (FALSE) {
data('example_PCAWG', package = 'CNAqc')

plot(example_PCAWG)
}