R/read_qpcr_data.R
read_lightcycler_1colour_cq.Rd
This is the data from "export in text format" from the analysis tab in the LightCycler software. That software calls cq, "Cp".
read_lightcycler_1colour_cq(
filename,
skip = 2,
col_names = c("include", "color", "well", "sample_info", "cq", "concentration",
"standard", "status"),
col_types = "liccddil",
...
)
filename | file name |
---|---|
skip | number of lines to skip, defaults to 2 |
col_names | names to give to columns |
col_types | data types of columns |
... | other arguments to pass to read_tsv, if needed |
tibble containing cq data
This function is a thin wrapper around readr::read_tsv.
read_lightcycler_1colour_raw