Description Usage Author(s) See Also Examples
Gets (approximately) the n
spots with the highest M values, if
n
greater or equal to one, and the 100*n
percentage if
n
is less than one.
1 2 |
Henrik Bengtsson (http://www.braju.com/R/)
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)
ma <- getSignal(raw, bgSubtract=TRUE)
normalizeWithinSlide(ma, "s")
top100 <- topSpots(ma, 100); # The top 100 spots
top0.01 <- topSpots(ma, 0.01); # The top 1 percent of the spots
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.