readBMGPlate: Read BMG Optima/MARS vR3.01 R2 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 (vR3.01 R2) analysis software of BMG plate readers. Different measurements (eg. OD and fluorescence) are exported separately and should all be liste in parameter files. Later versions of MARS (vXXX) have a simpler file format, and can be parsed with readBMG2Plate

Usage

1
readBMGPlate(files, data.ids, skip, 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

skip

lines to skip before parsing data; if missing it will be set to 5

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, readBMG2Plate


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