scrub {sesame}R Documentation

SCRUB background correction

Description

This function takes a SigSet and returns a modified SigSet with background subtracted. scrub subtracts residual background using background median

Usage

scrub(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.scrub <- scrub(sset.nb)

[Package sesame version 1.8.10 Index]