mp_fit_standards: Fit a 4-parameter log-logistic model for each analyte in a...

Description Usage Arguments Value Examples

View source: R/magpix_utils.R

Description

Fit a 4-parameter log-logistic model for each analyte in a MagPix kit

Usage

1
mp_fit_standards(d, wells_to_omit = NA)

Arguments

d

Output from assayr2::()

wells_to_omit

If not NA, the standard wells to remove.

Value

list with 4 elements: data, curves, models, and omitted data

Examples

1
2
3
4
5
6
## Not run: 
file <- system.file("extdata", "Magpix_example.csv", package = "assayr2")
d <- read_magpix(file)
sc <- fitStandardCurves(d)

## End(Not run)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.