noobsb {sesame} | R Documentation |
The function takes a SigSet
and returns a modified SigSet
with background subtracted. Signal bleed-through was modelled using a
linear model with error estimated from cross-channel regression.
Norm-Exp deconvolution using Out-Of-Band (oob) probes.
noobsb(sset, offset = 15, detailed = FALSE)
sset |
a |
offset |
offset |
detailed |
if TRUE, return a list of |
a modified SigSet
with background correction
sset <- makeExampleSeSAMeDataSet('HM450') sset.nb <- noobsb(sset)