Constructor function to build an elisa_plate object
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) )
batchID |
characters to specify the batch |
expID |
characters to specify experiment or plate ID |
desc |
characters for the data/experiment information |
data.std |
data.frame for standard curve data |
mdata.std |
data.frame containing the mean ODs and concentration of the calibration data |
data.unknown |
data.frame for data of samples with unknown concentration fitted with either four- or five-parameter logistic function. |
mdata.unknown |
data.frame containing the mean ODs and concentration by sample IDs. |
normFactor |
numeric the correction factor for batch effects. |
range.ODs |
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
an elisa_plate object
elisa_plate();
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.