noOutlierMethod: returns no outliers on an array section

Description Usage Arguments Details Value Author(s) See Also Examples

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

1
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.

Details

This function returns integer(0).

Value

integer(0)

Author(s)

Andy Lynch

See Also

squeezedVarOutlierMethod

Examples

1
2
3
4
5
6
7
if(require(beadarrayExampleData)){

data(exampleBLData)

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

markdunning/beadarray documentation built on May 9, 2019, 8:35 a.m.