Description Usage Arguments Details Value Author(s) Examples
The function will plot the intensities of selected beads on a specified array
1 | plotBeadIntensities(BLData, array = 1, BeadIDs, transFun = logGreenChannelTransform, cols = NULL, ...)
|
BLData |
a |
array |
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 |
cols |
a vector of colours to be used to plot each ID. If NULL the |
... |
other argument that may be passed along to plot. |
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.
Plot is produced on current graphical device.
Mark Dunning
1 2 3 4 5 6 7 8 9 10 | if(require(beadarrayExampleData)){
data(exampleBLData)
randIDs = sample(getBeadData(exampleBLData, array=1, what="ProbeID"),10)
plotBeadIntensities(exampleBLData, array=1, BeadIDs = randIDs)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.