Usage
plotGenome(aCGH.obj, samples = 1:num.samples(aCGH.obj), naut = 22, Y = TRUE, X = TRUE, data = log2.ratios(aCGH.obj), chrominfo = human.chrom.info.Jul03, yScale = c(-2, 2), samplenames = sample.names(aCGH.obj), ylb = "Log2Ratio")
Arguments
aCGH.obj
an object of class aCGH
samples
vector containing indeces of the samples to be plotted.
naut
number of autosomes in the organism
Y
TRUE if chromosome Y is to be plotted, FALSE otherwise
X
TRUE if chromosome X is to be plotted, FALSE otherwise
data
a matrix containing values to use for plotting. defaults to the log2.ratios(aCGH.obj)
.
chrominfo
a chromosomal information associated with the mapping
of the data.
yScale
Minimum y-scale to use for plotting. Scale is expanded if any of the
values exceed the positive or negative limit.