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

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.