S3 method as a constructor to build the S4
class object of elisa_batch elisa_batch-class
elisa_batch(
batchID = NA_character_,
desc = NA_character_,
runs = list(),
model.fit = list(),
model.name = NA_character_,
pars = c(-1),
num.runs = 1,
range.ODs = c(-1, -1),
normFactor = NaN
)
an elisa_batch object
character string to specify a batches
character string for the data/experiment information
list of elisa_plates in this run. There could be one or many plates in a run.
list intend to contain information for the fitting of nls.lm. But not using it now.
character string of either the 5pl (5-parameter) or 4pl (4-parameter) logistic function
numeric the actually parameters for the fitting. for example for the 5pl model they are c(a, d,xmid, scal, g).
numeric the number of plates in this run.
numeric the min and max ODs
numeric the batch effect normalization factor ("S").
S3 method as a constructor to build the S4
class object of elisa_batch elisa_batch-class
.
Normally this is called to build a empty object
with default values and then load the elisa_run data into it
nls.lm
elisa_run-class
elisa_plate-class
elisa_batch-class