scrub | R Documentation |
This function takes a SigDF
and returns a modified SigDF
with background subtracted. scrub subtracts residual background using
background median
scrub(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.scrub <- scrub(sdf.nb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.