scrubSoft {sesame} | R Documentation |
This function takes a SigSet
and returns a modified SigSet
with background subtracted. scrubSoft subtracts residual background using a
noob-like procedure.
scrubSoft(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.scrubSoft <- scrubSoft(sset.nb)