noob {sesame} | R Documentation |
The function takes a SigDF
and returns a modified SigDF
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(sdf, offset = 15)
sdf |
a |
offset |
offset |
a new SigDF
with noob background correction
sdf <- sesameDataGet('EPIC.1.SigDF') sdf.nb <- noob(sdf)