Description Usage Arguments Author(s) See Also
Parses date exported from the Excel file that can be exported
from the Biotek Synergy Mx platereader. A parameter that often changes
is skip, the number of lines before the data starts,
here before the ID of a measurement in the first column, eg.
"600" for OD measurement at 600 nm.
| 1 2 3 4 5 6 7 8 9 10 | readSynergyPlate(
  files,
  data.ids,
  skip,
  sep = ";",
  dec = ".",
  skiplastcol = FALSE,
  time.format = "%H:%M:%S",
  verb = TRUE
)
 | 
| files | list of one or more data files | 
| data.ids | an optional sub-selection of data types in the input file, as a list of strings | 
| skip | lines to skip before parsing data | 
| sep | field separator used in the input tabular file | 
| dec | decimal operator used in data file (e.g., ',' if data export was with german language settings) | 
| skiplastcol | the last column is often empty, set to TRUE if this is the case for the current data set | 
| time.format | format of the time, e.g., "
 | 
| verb | print messages if true | 
Rainer Machne raim@tbi.univie.ac.at
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.