scrubSoft {sesame}R Documentation

SCRUB background correction

Description

This function takes a SigSet and returns a modified SigSet with background subtracted. scrubSoft subtracts residual background using a noob-like procedure.

Usage

scrubSoft(sset)

Arguments

sset

a SigSet

Details

This function is meant to be used after noob.

Value

a new SigSet with noob background correction

Examples

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

[Package sesame version 1.10.5 Index]