weightsOutlierMethod {beadarray} | R Documentation |
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.
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
## Not run: if(require(beadarrayExampleData)){ data(exampleBLData) outlierplot(exampleBLData, array=1, outlierFun = weightsOutlierMethod,horizontal = FALSE) } ## End(Not run)