noob {sesame} | R Documentation |
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
noob(sset, offset = 15)
sset |
a |
offset |
offset |
a new SigSet
with noob background correction
sset <- makeExampleTinyEPICDataSet() sset.nb <- noob(sset)