Description Usage Arguments Details Value Author(s) Examples
Function to display beads masked by BASH. The masked beads are assumed to have a weight of 0 in the specified weights column.
1 | showArrayMask(BLData,array = 0, override = FALSE, wtsName = "wts", transFun = logGreenChannelTransform, outlierFun = illuminaOutlierMethod, horizontal=TRUE)
|
BLData |
A BeadLevelList object. |
override |
Logical. Plotting a large mask can cause slowdown problems. By default, if more than 200 000 beads are masked, the current mask will not be plotted. You can force the mask to be plotted by setting this argument to |
wtsName |
name under which the bead weights are stored |
array |
numeric index of the array to plot |
transFun |
function to transform intensities prior to calculating outliers |
outlierFun |
function to remove outliers |
horizontal |
if TRUE the resulting image is plotting with the longest edge along the x axis |
showArrayMask
plots the beads on an array that have been assigned a weight of 0 by BASH in red, and beads determined to be outliers in black.
None returned
Jonathan Cairns and Mark Dunning
1 2 3 4 5 6 7 | if(require(beadarrayExampleData)){
data(exampleBLData)
showArrayMask(exampleBLData,2)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.