SubtractBackground: SubtractBackground

Description Usage Arguments Value

View source: R/SubtractBackground.R

Description

Subtract the mean of the background readings from the rest of the data

Usage

1
SubtractBackground(raw_data, blank_wells)

Arguments

raw_data

A data.table of raw Clariostar readings. Must have a column called raw_fl. The mean background readings will be subtracted from values in the raw_fl column

blank_wells

A character vector of column names which were blanks, e.g. c("A1", "B1")

Value

Returns a data.table of raw_data, with and additional column called background_subtracted containing the raw_fl minus the mean of blank_wells


TomHarrop/qubitr documentation built on May 14, 2019, 9:38 a.m.