Description Usage Arguments Author(s) See Also Examples
Creates a box plot for any data over all grids or over all slides. If
the argument slide
is given, an boxplot over the print-tips will
be generated, others an across-slides boxplot will be generated.
1 2 |
what |
What data variable to do a boxplot for. |
slides |
The slide(s) that should be used to generate this plot.
If |
include |
The indices of the spots that should be included.
If it is instead a name of one or more flags, the spots which have been
flagged with these flags are considered.
If |
exclude |
The indices of the spots that should be excluded. If it is instead a name of one or more flags, the spots which have been flagged with these flags are excluded. |
groupBy |
The data can be grouped by either |
gridwise |
(Deprecated)
If |
names |
A string vector of names for each grid/slide.
If |
xlab, ylab |
Label on the x-axis (y-axis). If |
las |
Rotation style of the axis labels. Default value is 3
(always vertical). For more information see |
... |
Common arguments accepted by most plot functions.
For more information see |
Henrik Bengtsson (http://www.braju.com/R/)
boxplot
.
For more information see MicroarrayData
.
1 2 3 4 5 6 7 8 | 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)
boxplot(ma, groupBy="printtip") # Log-ratios for printtips on all slides
boxplot(ma) # Log-ratios for all slides.
boxplot(ma, slides=c(1,3,5)) # Log-ratios for slides 1, 3 and 5.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.