scrubSoft | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.