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",
  ...
)

Arguments

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

Value

tibble containing cq data

Details

This function is a thin wrapper around readr::read_tsv.

See also

read_lightcycler_1colour_raw