predictAll {ELISAtools}R Documentation

Predict the concentration of samples based on fitting

Description

Based on the 5pl or 4pl regression, predict the concentration of of unknown samples. Assume the regression has been accomplished.

Usage

predictAll(batches)

Arguments

batches

list of elisa_batch objects containing both the raw data and the fitted regression model.

Details

The input data structure contains both the data (ODs) and the fitted regression model. The estimation of unknonw concentration based on the ODs and the standard curve of each plate. The batch effects are corrected/normalized and the corrected concentrations also are also written into the batch data structure, if there are more than one batches in the data.

Value

The same list of elisa_batch with estimated sample concentrations based on ODs and the fitted regression model. The estimated concentrations normalized/corrected between different batches are also calculated and recorded.

References

Feng 2018 doi: 10.1101/483800

See Also

elisa_batch elisa_run elisa_plate


[Package ELISAtools version 0.1.5 Index]