scrub {sesame} | R Documentation |
This function takes a SigSet
and returns a modified SigSet
with background subtracted. scrub subtracts residual background using
background median
scrub(sset)
sset |
a |
This function is meant to be used after noob.
a new SigSet
with noob background correction
sset <- makeExampleTinyEPICDataSet() sset.nb <- noob(sset) sset.nb.scrub <- scrub(sset.nb)