View source: R/read_qpcr_data.R
read_lightcycler_1colour_cq | R Documentation |
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 |
This function is a thin wrapper around readr::read_tsv.
tibble containing cq data
read_lightcycler_1colour_raw
read_lightcycler_1colour_cq(system.file("extdata/Edward_qPCR_Nrd1_calibration_2019-02-02_Cq.txt.gz",
package = "tidyqpcr"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.