std_curve: Standard curve function

Description Usage Arguments Value Author(s) Examples

View source: R/sia.standard_curve_function.R

Description

Using the data of standard dilution series, find the function that converts obtained signal into concentration

Usage

1
std_curve(std, std_conc, ...)

Arguments

std

the obtained signals of standard dilution series

std_conc

the known concentration of the standard series

...

not used

Value

a list of three elements. The first, fn has a function that compute concentration when signal measure is given. Other two are LOD (limit of detection) and LLOQ (lower limit of quantification). The last is an drc object that has fitting model.

Author(s)

Mun-Gwan Hong, mun-gwan.hong@scilifelab.se

Examples

1
2
3
4
std <- c(17933, 8088, 2160, 373, 71, 9, 8, 17076, 8064, 2283, 401, 85, 8, 10)
std_conc <- rep(c(34589, 8647, 2161, 540, 135, 0, 0), 2)
scurv <- std_curve(std, std_conc)
scurv$fn(386)

Rundmus/BAf-R_package documentation built on May 18, 2020, 12:59 p.m.