plotMvsX.AffymetrixCelFile | R Documentation |
Plots log-ratio versus another variable in a scatter plot.
## S3 method for class 'AffymetrixCelFile'
plotMvsX(this, reference, x, indices=NULL, pch=176, ylim=c(-1, 1) * 2, ylab=NULL, ...,
what=c("M", "A"), add=FALSE, annotate=!add)
reference |
The reference channel, i.e. the denominator in the log ratios. |
x |
The other variable. A |
indices |
Indices of the probe signals to be plotted. |
pch |
The plot symbol. |
ylim |
The range of the y axes. |
ylab |
The labels on the y axes. |
... |
Additional arguments passed to |
annotate |
If |
Returns (invisibly) a data.frame
with the plotted data in the
first two columns, and remaining data in the following columns.
Henrik Bengtsson
*plotMvsA()
.
*smoothScatterMvsA()
.
For more information see AffymetrixCelFile
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.