Description Arguments Details Slots See Also Examples
elisa_batch-class
define the S4 class of an elisa_batch object
batchID |
characters to specify the batch |
runs |
list of elisa_run objects |
num.runs |
numeric the number of elisa_runs in this batch |
pars |
numeric the actually parameters for the fitting. for example for the 5pl they are c(a, d,xmid, scal, g). |
model.fit |
list intend to contain information for the fitting of nls.lm. But not using it now. |
model.name |
characters of either the 5pl (5-parameter) or 4pl (4-parameter) logistic function |
range.ODs |
numeric the min and max ODs |
normFactor |
numeric the batch normalization factor ("S"). |
defining the S4 class of the elisa_batch. This holds the data for elisa batch. It contains one or many elisa_run objects.
batchID
character
desc
character
runs
list
num.runs
numeric
pars
numeric
model.fit
list
model.name
character
range.ODs
numeic
normFactor
numeric
nls.lm
elisa_plate-class
elisa_run-class
elisa_batch-class
1 | elisa_batch();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.