read_fluidigm: Parse the CSV Output of Fluidigm

Description Usage Arguments

View source: R/parser.R

Description

Parse the output of the Fluidigm qPCR measurement from CSV format into R. This function uses 'read_delim()' from the package 'readr' to read the data and functions from the 'dplyr' package to perform some basic tidying

Usage

1
read_fluidigm(path, simplify = TRUE)

Arguments

path

The path to the CSV file

simplify

TRUE or FALSE.

If TRUE, it returns a simplified version of the dataset that contains only essential variables.


othomantegazza/fluidgr documentation built on May 24, 2019, 8:54 a.m.