Description Usage Arguments Value Examples
View source: R/background_correction.R
The function takes a SigSet
and returns a modified SigSet
with background subtracted. Background was modelled in a normal distribution
and true signal in an exponential distribution. The Norm-Exp deconvolution
is parameterized using Out-Of-Band (oob) probes
1 |
sset |
a |
oobRprobes |
out-of-band red probes, if not given use all oobR |
oobGprobes |
out-of-band grn probes, if not given use all oobG |
offset |
offset |
a new SigSet
with noob background correction
1 2 | sset <- makeExampleTinyEPICDataSet()
sset.nb <- noob(sset)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.