read_plate: Import the OD/luminescence/fluorescence measures from plate...

Description Usage Arguments Details Examples

View source: R/plate_df.R

Description

Reads excel files exported from the MARS software (http://www.bmglabtech.com/en/products/software/mars-data-analysis/) or Tecan Magellan (http://lifesciences.tecan.com/products/software/magellan_data_analysis_software) and modified to include the plate layout (see documentation).

Usage

1
read_plate(path, na = "")

Arguments

path

vector containing the path(s) to the input file(s)

na

character vector of strings to use for missing values (see readxl::read_excel)

Details

Example on how to prepare the excel file can be found at https://github.com/koncina/elisar.

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(elisar)

# Import file(s)
df <- read_plate("od_measure.xls")
df <- read_plate(c("od_measure1.xls", "od_measure2.xls"))

## End(Not run)

koncina/elisar documentation built on May 20, 2019, 12:55 p.m.