Description Arguments Details Slots See Also Examples
elisa_plate
define the S4 class of an elisa_plate object
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 |
data.unknown |
data.frame containing data for samples with unknown concentration |
normFactor |
numeric the correction factor for batch effects ("S"). |
mdata.unknown |
data.frame containing the mean ODs and concentration by sample IDs. |
mdata.std |
data.frame containing the mean ODs and concentrations for standard data |
defining the S4 class of the elisa_plate object.
This is the data structure to hold the elisa_plate Data.
It contains different slots for holding both standard and
unknown data. It also defines
the regression model and the correction parameter
for the batch effects.
Note: we assume each plate has its own standard curve.
batchID
character
expID
character
data.std
data.frame
data.unknown
data.frame
normFactor
numeric
desc
character
range.ODs
numeric
mdata.unknown
data.frame
mdata.std
data.frame
1 | elisa_plate();
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.