Description Usage Arguments Details Value Author(s) See Also Examples
The summarize
function demands that an outlier function is called. This function allows one to satisfy this requirement and still not remove any outliers.
1 | 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
1 2 3 4 5 6 7 | if(require(beadarrayExampleData)){
data(exampleBLData)
oList = noOutlierMethod(logGreenChannelTransform(exampleBLData, 1), getBeadData(exampleBLData, array=1, what="ProbeID"))
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.