readSimplePlate: Read Simple Plate Data Tables

Description Usage Arguments

View source: R/parsers.R

Description

Read in simple platereader data with only one data type, time in the first column and data for all wells in the following columns, where the column header must correspond to wells in readPlateMap.

Usage

1
2
3
4
5
6
7
8
readSimplePlate(
  files,
  data.ids,
  nrow,
  time.format = "%M:%S",
  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

nrow

organize data into a matrix with this number of rows

time.format

format of the time, see strptime); only used if time column is not numeric!

verb

print messages if true

...

arguments passed to read.csv


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