Description Usage Arguments Details Value See Also Examples
S3 method as a constructor to build the S4
class object of elisa_run elisa_run-class
1 2 3 4 5 6 7 8 | 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
nls.lm
elisa_run-class
elisa_plate-class
1 | elisa_run();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.