loadData: Load, validate, and reformat (if necessary) source data.

Description Usage Arguments Details Value

Description

This function loads data using the given reader and then validates that it conforms with the expectations of the experimental design and reformats it as needed.

Usage

1
loadData(path, loader, design)

Arguments

path

Source file to load.

loader

Function to use to load the source file.

design

Design object, usually created with loadDesign.

Details

Usually there is no need to call this function directly; use loadExperiment instead.

Several vignettes are included with this package to fully document the options for input files. Run vignette('source-files') for a description of supported input file formats and loader functions.

Value

A validated data.frame with a 'time', 'well', and 'value' column.


whitwort/plateKinetics documentation built on May 4, 2019, 5:23 a.m.