Description Usage Arguments Details Value Author(s) See Also Examples
This function identifies those beads that have been set to having a weight of 0. Primarily intended to allow deprecation of the function showArrayMask
by the more flexible outlierplot.
1 | weightsOutlierMethod(inten, probeList, wts,n=3)
|
inten |
a list of intensities but the intensities are not in fact used |
probeList |
the IDs corresponding to each intensity value (not used) |
wts |
Weights associated with beads. |
n |
another parameter that is not, in fact, used. |
This function the locations at which wts is equal to zero.
the positions in the original vector that had weight zero
Andy Lynch
1 2 3 4 5 6 7 8 9 | ## Not run:
if(require(beadarrayExampleData)){
data(exampleBLData)
outlierplot(exampleBLData, array=1, outlierFun = weightsOutlierMethod,horizontal = FALSE)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.