weightsOutlierMethod:
returns all beads with weight=0.
Description
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.
Usage
weightsOutlierMethod(inten, probeList, wts,n=3)
Arguments
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.
Value
the positions in the original vector that had weight zero
Details
This function the locations at which wts is equal to zero.