noob | 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. For species-specific
processing, one should call inferSpecies on SigDF first. Multi-mapping
probes are excluded.
noob(sdf, combine.neg = TRUE, offset = 15)
sdf |
a |
combine.neg |
whether to combine negative control probe. |
offset |
offset |
When combine.neg = TRUE, background will be parameterized by both negative control and out-of-band probes.
a new SigDF
with noob background correction
sdf <- sesameDataGet('EPIC.1.SigDF')
sdf.nb <- noob(sdf)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.