Description Usage Arguments Value Author(s) See Also Examples
Transform from log ratios and intensities to the red and green intensities. Background fields are set to zero.
1 2 |
slides |
Subset of slides to be returned. If |
Returns a RGData
object.
Henrik Bengtsson (http://www.braju.com/R/)
RGData.as.MAData
.
For more information see MAData
.
1 2 3 4 5 6 7 8 9 10 | # The option 'dataset' is used to annotate plots.
options(dataset="sma:MouseArray")
SMA$loadData("mouse.data")
layout <- Layout$read("MouseArray.Layout.dat", path=system.file("data-ex", package="aroma"))
raw <- RawData(mouse.data, layout=layout)
rg <- getSignal(raw, bgSubtract=TRUE)
ma <- as.MAData(rg)
rg2 <- as.RGData(ma)
equal <- equals(rg, rg2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.