Learn R Programming

beadarray (version 2.22.2)

noOutlierMethod: returns no outliers on an array section

Description

The summarize function demands that an outlier function is called. This function allows one to satisfy this requirement and still not remove any outliers.

Usage

noOutlierMethod(inten, probeList, wts=1,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. Again, these are not actually used.
n
another parameter that is not, in fact, used.

Value

integer(0)

Details

This function returns integer(0).

See Also

squeezedVarOutlierMethod

Examples

Run this code

if(require(beadarrayExampleData)){

data(exampleBLData)

oList = noOutlierMethod(logGreenChannelTransform(exampleBLData, 1), getBeadData(exampleBLData, array=1, what="ProbeID"))
 
}

Run the code above in your browser using DataLab