subtract.background: Subtracts a background signal from all other signals

View source: R/SubtractBackground.R

subtract.backgroundR Documentation

Subtracts a background signal from all other signals

Description

Subtracts a background signal from all other signals

Usage

subtract.background(
  AssayDat,
  Signal = MeanSignal,
  GroupBy = c("Minutes"),
  BackgroundSignalType = DNA,
  NameofBackgroundSignal = "noDNA"
)

Arguments

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

Value

A df of Assay data with the intensity of the Background Signal subtracted


mohrbp/AnalyzeAssay documentation built on Oct. 2, 2022, 5:54 p.m.