Description Usage Arguments Value Note Author(s) Examples
View source: R/plate.reformat.r
Plate reader data are reformatted to facilitate further analysis. Specifically, the function merges info from two separate files and also subtracts the blank value.
1 | plate.reformat(layout, dynamics)
|
layout |
Data frame with info on plate layout. Must have columns 'id_well', 'id_sample', 'id_replicate'. It is necessary that, for one or more records, the value in column 'id_sample' is set to 'blank'. |
dynamics |
Data frame with observed data. Must have column 'time'. All additional columns must be named after wells as specified in the field 'id_well' of the other input file. ". |
A data frame.
The subtracted blank value is the mean of the blank wells for the respective time step. Possible negative results are set to zero.
David Kneis david.kneis@tu-dresden.de
1 2 3 4 | ## Not run:
# Example to be prepared
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.