numeric specifying which array to plot the intensities from
BeadIDs
what ArrayAddress IDs to be plotted
transFun
function specifying what transformation to be applied to the beadLevelData prior to plotting
cols
a vector of colours to be used to plot each ID. If NULL the rainbow function is used to generate colours.
...
other argument that may be passed along to plot.
Value
Plot is produced on current graphical device.
Details
The function will take all data from the specified section, apply the transformation (the default is to do log2) and then find the subset of beads that have the specified ID. These IDs should match the numeric ArrayAddress IDs that are stored in the beadLevelData object.