elisa_run {ELISAtools} | R Documentation |
Constructor function to build an elisa_run object
Description
S3 method as a constructor to build the S4
class object of elisa_run elisa_run-class
Usage
elisa_run(
batchID = NA_character_,
desc = NA_character_,
plates = list(),
num.plates = 1,
date = NA_character_,
range.ODs = c(-1, -1)
)
Arguments
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 |
Details
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.
#
Value
an elisa_run object
See Also
nls.lm
elisa_run-class
elisa_plate-class
Examples
elisa_run();
[Package ELISAtools version 0.1.5 Index]