Description Usage Arguments Value Author(s) See Also Examples
Swap dyes of one or many slides.
1 2 |
slides |
A |
Return itself.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see RGData
.
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)
# Dye swap every other slide.
swapDyes(rg, slides=c(4,5,6))
layout(matrix(1:6, nrow=2, ncol=3, byrow=TRUE));
for (k in 1:6)
plot(rg, slide=k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.