Description Usage Arguments Value Author(s) See Also Examples
Computes the average mean across all slides for each spot.
1 2 |
inf.rm |
a logical value indicating whether |
na.rm |
a logical value indicating whether |
... |
other arguments to |
Returns a matrix
with the columns meanM
and meanA
.
Henrik Bengtsson (http://www.braju.com/R/)
*var()
.
For more information see MAData
.
1 2 3 4 5 6 7 8 | # 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)
ma <- getSignal(raw, bgSubtract=TRUE)
mean <- mean(ma)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.