read_magpix: Parser for MagPix csv outputs

Description Usage Arguments Value Examples

Description

Convenience wrapper for importing a MagPix xPONENT analysis file as a tibble.

Usage

1
read_magpix(file, value = "Net MFI", ...)

Arguments

file

A valid path to a .csv file with MagPix xPONENT analysis.

value

A character vector specifying the value to extract. Must be one of: Median, Net MFI, Count, Result, Avg Net MFI, Avg Result.

...

Arguments passed to read_generic().

Value

A list with two elements: one data frame with sample values and one data frame with standard values.

Examples

1
2
magpix_raw <- system.file("extdata", "Magpix_example.csv", package = "assayr2")
magpix <- read_magpix(magpix_raw)

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