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 QuantArrayData
.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | ## Not run:
# At the moment there is no QuantArray sample files in the package...
# qa <- QuantArrayData$read("quantarray123.txt", path=system.file("data-ex", package="aroma"))
# ...will use a GenePix sample file instead.
qa <- GenePixData$read("gpr123.gpr", path=system.file("data-ex", package="aroma"))
subplots(2)
opar <- par(bg="black")
plotSpatial(qa)
par(opar)
opar <- par(bg="black")
plotSpatial(qa, palette="blueyellow")
par(opar)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.