get_concentration: Get concentration from absorbance data

Description Usage Arguments Value

View source: R/get_concentration.R

Description

After calculating the model with get_model, it uses the measured values of absorbance (with background subtracted already) to get the concentration

Usage

1
2
get_concentration(treatments, condition_column, measure_column,
  plate_column, concentration_column, model, data)

Arguments

treatments

vector with strings for each condition/treatment in the study

condition_column

name of the column where the conditions are listed

measure_column

name of the column where the measures, corrected by removing the background, are recorded

plate_column

column in data that indicates from which plate each data comes from

model

named list of lm models (second object of the result of 'get_model'), the names of the list should be the same as the strings in

data

name of the dataframe with condition_column and measure_column

Value

a data frame equal to the one entered (as data), but with an additional column with the concentration


KarenGoncalves/elisaFunctions documentation built on Jan. 1, 2020, 1:02 p.m.