plotProbeVariation {beadarray} | R Documentation |
Plot the variation in the averages for a particular probe / bead type
plotProbeVariation(BSData, id, log=TRUE, ylim=range(0,16),...)
BSData |
an BeadSummaryList containing bead summary data |
id |
character string specifying the ProbeID to be plotted |
log |
if TRUE the values will be transformed to be log2 scale before plotting |
ylim |
sets the range of the y axis on the plot |
... |
other graphical parameters to be passed |
The function plots the average (log2 or unlogged) value for the specified ProbeID against array index. This function is more suited to BeadChip data where the number of arrays is relatively small (3 or 4).
The plotOnSAM function can be used for the results of SAM experiments to relate average probe values to position on the SAM.
Plot is produced on current graphical device
Mark Dunning