noob {sesame}R Documentation

Noob background correction

Description

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

Usage

noob(sset, offset = 15)

Arguments

sset

a SigSet

offset

offset

Value

a new SigSet with noob background correction

Examples

sset <- makeExampleTinyEPICDataSet()
sset.nb <- noob(sset)

[Package sesame version 1.2.0 Index]