read.plate {ELISAtools} | R Documentation |
Read the single ELISA OD plate
Description
Read the individual ELISA plate to parse the ODs.
Usage
read.plate(ODs, annotation, batchID, expID)
Arguments
ODs |
characters containing data of ODs for one plate |
annotation |
list of data containing annotations of the plate |
batchID |
characters specifying the batchID read from the design file |
expID |
characters specifying the expID or plateID read from the design file |
Details
The input is a text file imported from the sdf file. We only read the first section with both the OD and blank file. The OD data are read in according to the annotation file.
Value
an object of elisa_plate holding data and annotations for a single plate.
[Package ELISAtools version 0.1.5 Index]