noOutlierMethod {beadarray} | R Documentation |
The summarize
function demands that an outlier function is called. This function allows one to satisfy this requirement and still not remove any outliers.
noOutlierMethod(inten, probeList, wts=1,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. Again, these are not actually used. |
n |
another parameter that is not, in fact, used. |
This function returns integer(0).
integer(0)
Andy Lynch
if(require(beadarrayExampleData)){ data(exampleBLData) oList = noOutlierMethod(logGreenChannelTransform(exampleBLData, 1), getBeadData(exampleBLData, array=1, what="ProbeID")) }