S3 method as a constructor to build the S4
class object of the elisa_plate elisa_plate
elisa_plate(
batchID = NA_character_,
expID = NA_character_,
desc = NA_character_,
data.std = data.frame(),
mdata.std = data.frame(),
data.unknown = data.frame(),
mdata.unknown = data.frame(),
normFactor = NaN,
range.ODs = c(-1, -1)
)
an elisa_plate object
characters to specify the batch
characters to specify experiment or plate ID
characters for the data/experiment information
data.frame for standard curve data
data.frame containing the mean ODs and concentration of the calibration data
data.frame for data of samples with unknown concentration fitted with either four- or five-parameter logistic function.
data.frame containing the mean ODs and concentration by sample IDs.
numeric the correction factor for batch effects.
numeric the min and max ODs in the plate.
S3 method as a constructor to build the S4
class object of elisa_plate elisa_plate
.
Normally this is called to build an empty object
with default values and then load data into it
by calling loadData loadData
or load.ODs
load.ODs
nls.lm
loadData
elisa_plate
load.ODs