Description Usage Arguments Details Value Author(s) See Also Examples
The method adjusts the data by subtracting an offset, which is estimated based on the quantile of the control probes
1 |
lumiBatch |
A LumiBatch object with controlData slot include control probe information |
probs |
The quantile used to estimate the background |
... |
other parameters used by |
The method adjusts the data by subtracting an offset, which is estimated based on the quantile of the control probes. The control probe information is kept in the controlData slot of the LumiBatch object. If no control data information, the method will do nothing.
It returns a LumiBatch object with background adjusted.
Pan Du
1 2 3 4 | data(example.lumi)
## Here will assume the minimum of the control probe as the background,
## because there is no negative control (blank beads) information for the Barnes data.
example.lumi.b <- bgAdjust(example.lumi, probs=0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.