scrubSoft {sesame} | R Documentation |
This function takes a SigDF
and returns a modified SigDF
with background subtracted. scrubSoft subtracts residual background using a
noob-like procedure.
scrubSoft(sdf)
sdf |
a |
This function is meant to be used after noob.
a new SigDF
with noob background correction
sdf <- sesameDataGet('EPIC.1.SigDF') sdf.nb <- noob(sdf) sdf.nb.scrubSoft <- scrubSoft(sdf.nb)