View source: R/SubtractBackground.R
| subtract.background | R Documentation |
Subtracts a background signal from all other signals
subtract.background(
AssayDat,
Signal = MeanSignal,
GroupBy = c("Minutes"),
BackgroundSignalType = DNA,
NameofBackgroundSignal = "noDNA"
)
AssayDat |
A df of Assay data |
Signal |
The colname of the Assay intensity signal |
GroupBy |
The names of the variables over which the assay data is separated. Defaults to minutes, cannot include BackgroundSignalType variable. |
BackgroundSignalType |
The variable type of the signal to subtract from all other signals |
NameofBackgroundSignal |
The quoted name of the signal to subtract from all other signals |
A df of Assay data with the intensity of the Background Signal subtracted
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.