Description Usage Arguments Value Author(s) See Also Examples
Creates a spatial plot of a slide.
1 2 |
slide |
The slide to be plotted. |
pch |
The spot symbol. Default is |
col |
The color of the spots. If |
palette |
If |
A.range |
The range of the log (base 2) spot intensities. Used only for generating colors. |
M.range |
The range of the log (base 2) spot ratios. Used only for generating colors. |
yaxt, ... |
Parameters as accepted by |
Returns nothing.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see GenePixData
.
1 2 3 4 5 6 7 8 9 10 11 | gpr <- GenePixData$read("gpr123.gpr", path=system.file("data-ex", package="aroma"))
subplots(2)
opar <- par(bg="black")
plotSpatial(gpr)
par(opar)
opar <- par(bg="black")
plotSpatial(gpr, palette="blueyellow")
par(opar)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.