plotTracks.CBS | R Documentation |
Plots copy numbers along the genome for one or more chromosomes. Each type of track is plotted in its own panel.
## S3 method for class '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)
x |
A result object returned by |
pch |
The type of points to use. |
Clim |
The range of copy numbers. |
xScale |
The scale factor used for genomic positions. |
... |
Not used. |
add |
If |
Returns nothing.
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.