Plots copy numbers along the genome for one or more chromosomes. Each type of track is plotted in its own panel.
# S3 method for CBS
plotTracks(x, scatter=TRUE, pch=20, col="gray", meanCol="purple", cex=1, grid=FALSE,
Clim="auto", xScale=1e-06, Clab="auto", ..., byIndex=FALSE, mar=NULL, add=FALSE)
Returns nothing.
A result object returned by segmentByCBS
().
The type of points to use.
The range of copy numbers.
The scale factor used for genomic positions.
Not used.
If TRUE
, the panels plotted are added to the existing plot,
otherwise a new plot is created.
Henrik Bengtsson