plotPeaks {CNAnorm} | R Documentation |
plotPeaks
plot annotated distribution of ratio Test/Normal
## S4 method for signature 'CNAnorm' plotPeaks(object, special1 = character(0), special2 = character(0), show ='suggested', ...)
object |
An object of Class |
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:
|
... |
Further arguments to pass to the function |
Stefano Berri s.berri@leeds.ac.uk
data(CN) # see peakPloidy documentation to know how object CN is created plotPeaks(CN, special1 = 'chrX', special2 = 'chrY')