noob {sesame}R Documentation

Noob background correction

Description

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

Usage

noob(sdf, offset = 15)

Arguments

sdf

a SigDF

offset

offset

Value

a new SigDF with noob background correction

Examples

sdf <- sesameDataGet('EPIC.1.SigDF')
sdf.nb <- noob(sdf)

[Package sesame version 1.11.14 Index]