readBMG2Plate: Read BMG Optima/MARS vXXX Plate Data

Description Usage Arguments Author(s) See Also

View source: R/parsers.R

Description

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

Usage

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
)

Arguments

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., " strptime),

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

Author(s)

Rainer Machne raim@tbi.univie.ac.at

See Also

readPlateData, readBMGPlate


raim/platexpress documentation built on Jan. 18, 2022, 1:41 p.m.