scrubSoft {sesame}R Documentation

SCRUB background correction

Description

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

Usage

scrubSoft(sdf)

Arguments

sdf

a SigDF

Details

This function is meant to be used after noob.

Value

a new SigDF with noob background correction

Examples

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

[Package sesame version 1.12.9 Index]