Plots log-ratio versus log-intensity in a scatter plot.
# S3 method for AffymetrixCelFile
plotMvsA(this, reference, indices=NULL, pch=176, xlim=c(0, 16),
ylim=c(-1, 1) * diff(xlim), xlab=expression(A == 1/2 %*% log[2](y[1] * y[2])),
ylab=expression(M == log[2](y[1]/y[2])), ..., annotate=TRUE)
Returns (invisibly) a data.frame
with the plotted data in the
first two columns.
The reference channel, i.e. the denominator in the log ratios.
Indices of the probe signals to be plotted.
The plot symbol.
The range of the x and the y axes.
The labels on the x and the y axes.
Additional arguments passed to plot
().
If TRUE
, the plot is annotated with information about
the data plotted, otherwise not.
Henrik Bengtsson
*smoothScatterMvsA()
.
*plotMvsX()
.
For more information see AffymetrixCelFile
.