plotTracks.CBS: Plots copy numbers along the genome

Description Usage Arguments Value Author(s)

Description

Plots copy numbers along the genome for one or more chromosomes. Each type of track is plotted in its own panel.

Usage

1
2
3
## 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)

Arguments

x

A result object returned by segmentByCBS().

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 TRUE, the panels plotted are added to the existing plot, otherwise a new plot is created.

Value

Returns nothing.

Author(s)

Henrik Bengtsson


PSCBS documentation built on Oct. 23, 2021, 9:09 a.m.