| boxplotBeads {beadarray} | R Documentation |
Function to produce box plots of the bead intensities from different bead arrays
boxplotBeads(BLData, whatToPlot = "G", arrays = NULL, log = TRUE,
varwidth = TRUE, ...)
BLData |
a BeadLevelList object |
whatToPlot |
character string specifying which intensities to plot.
Possibilities are "G", "Gb" for single channel data
and "G", "Gb", "R" and "Rb" for
two-colour data |
arrays |
numeric vector of arrays to plot |
log |
if TRUE log2 intensities are plotted |
varwidth |
logial, indicating whether box widths should be proportional to the number of values in each box plot |
... |
further graphical parameters to boxplot
function from graphics package |
Produces box plots or the raw intensities from a bead array
Plot is produced on current graphical device
Matt Ritchie
data(BLData) boxplotBeads(BLData)