Reads digital PCR data in various formats.

read_dpcr(input, format, ext = NULL, ...)

Arguments

input
name of the input file (character) or input object (data.frame).
format
of the file, for example: "raw", "QX100", "BioMark", "amp" (raw amplitude compressed using .zip).
ext
extension of the file ().
...
additional parameters for the appropriate function. For example, if format has value "raw", the additional parameter must be adpcr.

Value

Always an object of adpcr or dpcr type.

Details

Input files may have .csv, .xls or .xlsx extension. In case of Excel files with multiple sheets, only the first sheet will be analyzed.

See also

Read raw format files: read_raw. Read BioMark format files: read_BioMark. Read QX100 format files: read_QX100. Read QX200 format files: read_QX200.