readFLUOstar: Generic parser for Omega FluoStar plate analyzer

Description Usage Arguments Examples

Description

Versital parser that orders standard columns (ie raw, blank_raw, machine_fit, etc) automatically for rbind()-ing. Verbose with warnings.

Usage

1
readFLUOstar(file, capture = "", col_drops = NA)

Arguments

file

Path to a BMG FLUOstart Omega plate reader output xlsx.

capture

A single capture regex for extracting plate id from file.

col_drops

An optional character vector with the names of columns to be dropped.

Examples

1
2
f <- boxr::box_dl(198532377451, local_dir = "~/.Trash/") %>%
       readFLUOstar(capture = ".*_(\\d)\\.csv")

stevehoang/assayr documentation built on May 24, 2019, 7:20 a.m.