Plots log-ratio versus another variable in a scatter plot.
# S3 method for AffymetrixCelFile
plotMvsX(this, reference, x, indices=NULL, pch=176, ylim=c(-1, 1) * 2, ylab=NULL, ...,
what=c("M", "A"), add=FALSE, annotate=!add)
Returns (invisibly) a data.frame
with the plotted data in the
first two columns, and remaining data in the following 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 y axes.
The labels on the y axes.
Additional arguments passed to plot
().
If TRUE
, the plot is annotated with information about
the data plotted, otherwise not.
Henrik Bengtsson
*plotMvsA()
.
*smoothScatterMvsA()
.
For more information see AffymetrixCelFile
.