Description Usage Arguments Value Author(s) See Also Examples
Dye swap one or many slides.
1 2 |
slides |
A |
Returns itself.
Henrik Bengtsson (http://www.braju.com/R/)
For more information see RawData
.
1 2 3 4 5 6 7 8 9 10 | SMA$loadData("mouse.data")
layout <- Layout$read("MouseArray.Layout.dat", path=system.file("data-ex", package="aroma"))
raw <- RawData(mouse.data, layout=layout)
# Dye swap every other slide.
swapDyes(raw, slides=c(4,5,6))
layout(matrix(1:6, nrow=2, ncol=3, byrow=TRUE));
for (k in 1:6)
plot(raw, "RvsG", slide=k)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.