Learn R Programming

beadarray (version 2.22.2)

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.

See Also

squeezedVarOutlierMethod

Examples

Run this code

## Not run: 
# 
# if(require(beadarrayExampleData)){
# data(exampleBLData)
# outlierplot(exampleBLData, array=1, outlierFun = weightsOutlierMethod,horizontal = FALSE)
# }
# 
# ## End(Not run)

Run the code above in your browser using DataLab