plotPeaks-methods: Methods for Function plotPeaks in Package 'CNAnorm'

Description Usage Arguments Author(s) See Also Examples

Description

plotPeaks plot annotated distribution of ratio Test/Normal

Usage

1
2
3
## S4 method for signature 'CNAnorm'
plotPeaks(object, special1 = character(0), special2 = character(0),
    show ='suggested', ...)

Arguments

object

An object of Class "CNAnorm"

special1

The chromosome/contig whose distribution will be shown with a different color

special2

The chromosome/contig whose distribution will be shown with a different color

show

A character verctor with one or both of the following: "suggested", "validated". Specify what need to be plotted

...

Further arguments to pass to the function plot

Author(s)

Stefano Berri s.berri@leeds.ac.uk

See Also

plot, validation, peakPloidy

Examples

1
2
3
data(CN)
# see peakPloidy documentation to know how object CN is created
plotPeaks(CN, special1 = 'chrX', special2 = 'chrY')

CNAnorm documentation built on Nov. 8, 2020, 5:29 p.m.