Usage
"plot"(x, plot.type=c("whole", "plateau", "samplebychrom", "chrombysample"), xmaploc=FALSE, altcol=TRUE, sbyc.layout= NULL, cbys.nchrom=1, cbys.layout=NULL, include.means=TRUE, zeroline=TRUE, pt.pch=NULL, pt.cex=NULL, pt.cols=NULL, segcol= NULL, zlcol=NULL, ylim=NULL, lwd=NULL, ...)
Arguments
x
an object of class DNAcopy
resulting from analyzing
data from copy number array experiments.
plot.type
the type of plot.
xmaploc
logical flag to indicate that the X axis is the maploc
position rather than the index. Since the segments are rearranged
the plateau plot does not use maploc position.
altcol
logical flag to indicate if chromosomes should be
plotted in alternating colors in the whole genome plot.
sbyc.layout
layout
settings for the multifigure grid layout
for the `samplebychrom' type. It should be specified as a vector of
two integers which are the number of rows and columns. The default
values are chosen based on the number of chromosomes to produce a
near square graph. For normal genome it is 4x6 (24 chromosomes)
plotted by rows.
cbys.layout
layout
settings for the multifigure grid layout
for the `chrombysample' type. As above it should be specified as
number of rows and columns and the default chosen based on the
number of samples.
cbys.nchrom
the number of chromosomes per page in the layout.
The default is 1.
include.means
logical flag to indicate whether segment means
are to be drawn.
zeroline
logical flag to indicate whether a horizontal line at
y=0 is to be drawn.
pt.pch
the plotting character used for plotting the log-ratio
values (default is ".").
pt.cex
the size of plotting character used for the log-ratio
values (default is 3).
pt.cols
the color list for the points. The colors alternate
between chromosomes. If missing the point colors are black and green.
segcol
the color of the lines indicating the segment means. If
missing the line color is set to be red.
zlcol
the color of the zeroline. If missing it is set to be grey.
ylim
this argument is present to override the default limits
which is the range of symmetrized log-ratios.
lwd
line weight of lines for segment mean and zeroline. If
missing it is set to 3.
...
other arguments which will be passed to plot
commands.