read_ph_raw: PureHoney Assay Result Reader

Description Usage Arguments Value Examples

Description

High level wrapper function that that imports the raw data output from PureHoney as a tibble.

Usage

1
2
read_ph_raw(file, plate_capture = ".*10+([1-9]\\d{3,5}).*",
  prun_capture = ".*[[:alpha:]]\\.csv", ...)

Arguments

file

Path to .csv file with PureHoney raw output.

plate_capture

A single regex capture expression extracting plate id from file name.

prun_capture

A single regex capture expression for plate run information.

...

Arguments passed to read_generic().

Value

A long data frame containing all of the analyte reads in the plate.

Examples

1
2
ph_raw <- system.file("extdata", "PH_raw_example.csv", package = "assayr2")
ph_data <- read_ph_raw(ph_raw)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.