Description Usage Arguments Author(s) See Also
Parses date from a CSV file that can be exported
from the MARS (vXXX) analysis software of BMG plate readers. Different
measurements (eg. OD and fluorescence). Data exported from an earlier
version of MARS (vR3.01 R2) can be parsed with readBMGPlate
1 2 3 4 5 6 7 8 9 | readBMG2Plate(
files,
data.ids,
time.format = " %H h %M min",
skip = 6,
sep = ";",
dec = ",",
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 |
time.format |
format of the time, e.g., "
|
skip |
lines to skip before parsing data |
sep |
field separator used in the input tabular file |
dec |
decimal number symbol (e.g., ',' if data export was with german language settings) |
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.