View source: R/tecanSparkFunctions.R
spark_parse | R Documentation |
Parser for Tecan Spark plate reader data
spark_parse(data_csv, layout_csv, timeseries = F, wells_as_columns = F)
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 |
a data.frame containing the parsed plate reader data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.