spark_parse: Parser for Tecan Spark plate reader data

View source: R/tecanSparkFunctions.R

spark_parseR Documentation

Parser for Tecan Spark plate reader data

Description

Parser for Tecan Spark plate reader data

Usage

spark_parse(data_csv, layout_csv, timeseries = F, wells_as_columns = F)

Arguments

data_csv

path to .csv, .xls or .xlsx file from Tecan Spark plate reader

layout_csv

path to csv file containing plate layout information

timeseries

Boolean flag indicating whether the data is a timeseries or single recording. The Tecan software outputs the two scenarios differently.

wells_as_columns

Boolean flag indicating whether blocks of data are oriented with wells as columns or rows

Value

a data.frame containing the parsed plate reader data


ucl-cssb/flopr documentation built on Jan. 27, 2024, 11:49 a.m.