Description Usage Arguments Details Author(s) References See Also Examples
Plots the data as a time series in the order it was printed.
1 2 |
field |
The field to be plotted. Any field that can be retrieved
by |
slides |
The slide(s) to be plotted. If |
include |
The indices of the spots that should be included.
If it is instead a name of one or more flags, the spots which have been
flagged with these flags are considered.
If |
exclude |
The indices of the spots that should be excluded.
If it is instead a name of one or more flags, the spots which have been
flagged with these flags are excluded. If |
col |
The color(s) to be used for the plotted spots, i.e. for the
spots after inclusion and exclusion. If the value is
|
... |
Common arguments accepted by most plot functions.
For more information see |
If a vector of colors (col
), symbol sizes (cex
) or
symbol types (pch
) are specified, such vectors will be reordered
according to the print order before being applied.
Henrik Bengtsson (http://www.braju.com/R/)
[1] Henrik Bengtsson, Plate Effects in cDNA microarray data, Matemathical Statistics, Centre for Matematical Sciences, Lund University, Sweden. Manuscript, 2002.
*plot()
.
*plotXY()
.
*highlight()
.
*text()
.
For more information see MicroarrayData
.
1 2 3 4 5 6 7 8 | SMA$loadData("mouse.data")
layout <- Layout$read("MouseArray.Layout.dat", path=system.file("data-ex", package="aroma"))
raw <- RawData(mouse.data, layout=layout)
ma <- getSignal(raw)
plotPrintorder(ma, "M") # Printorder plot of log ratios before.
normalizeWithinSlide(ma, "p") # Printtipwise lowess normalization.
plotPrintorder(ma, "M") # Printorder plot of log ratios after.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.