Description Usage Arguments See Also Examples
Plots spatial representation of a microarray spot statistics. Currently the statistics can be either the log-ratios (default) or the intensities.
1 2 |
what |
What to plot. Common formats are |
... |
Common arguments accepted by most plot functions.
For more information see |
*plotXY()
and *plotSpatial()
,
which are called by plot
.
For highlightning and put labels on spots after plotting see
*highlight()
and
*text()
.
For more information see MicroarrayData
.
1 2 3 4 5 6 7 8 9 10 11 12 13 | 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)
rg <- as.RGData(ma)
layout(matrix(1:6, nrow=2, byrow=TRUE))
plot(raw) # Plots R vs Rb. Default is "RvsRb" and slide 1.
plot(raw, "GvsGb") # Plots G vs Gb.
plot(rg) # Plots R vs G. Default is "RvsG" and slide 1.
plot(rg, "GvsR") # Plots G vs R.
plot(ma, slide=4) # Plots M vs A for slide 4. Default is "MvsA".
plot(ma, "spatialM") # Plots spatial plot of M's.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.