Constructor function to build an elisa_run object
S3 method as a constructor to build the S4
class object of elisa_run elisa_run-class
elisa_run( batchID = NA_character_, desc = NA_character_, plates = list(), num.plates = 1, date = NA_character_, range.ODs = c(-1, -1) )
batchID |
characters to specify the batch |
desc |
characters for data/experiment information |
plates |
list of elisa_plates in this run. could be one or many |
num.plates |
numeric the number of plates in this run. |
date |
charaters the date to run ELISA measurements |
range.ODs |
numeric the range of ODs for the measurements |
S3 method as a constructor to build the S4
class object of elisa_run elisa_run-class
.
Normally this is called to build a empty object
with default values and then load the elisa_run data into.
#
an elisa_run object
elisa_run();
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.