read_elisa: Load data from a ELISA plate reader

Description Usage Arguments Value

View source: R/read_elisa.R

Description

Load excel sheet data from ELISA plate reader (96 Well plates), and add on descriptions of what is in the wells, and output a neat data.frame. The excel file(s) should contain a sheet with OD measurements, and can contain additional sheets with descriptions of what is in the wells, e.g. WT, Contol and so on. The measurements and desciptive sheets should be set up as a 96 Well plate with including A to H and 1 to 12.

Usage

1
read_elisa(paths, descriptions = 0)

Arguments

paths

The path(s) for the excel file(s) or for a folder containing only excel files

descriptions

Number of descriptive sheets. Default 0, i.e. only OD measurements are loaded

Value

A dataframe with all data. Descriptions are called V1, V2, and so on, in the same order as in the excel sheets.


Russel88/COEF documentation built on Feb. 9, 2020, 1:48 p.m.