Reads digital PCR data in various formats.
read_dpcr(input, format, ext = NULL, ...)
name of the input file (character
) or input object
(data.frame
).
of the file, for example: "raw"
, "QX100"
,
"BioMark"
, "amp"
(raw amplitude compressed using .zip
).
extension of the file ().
additional parameters for the appropriate function. For example, if
format
has value "raw"
, the additional parameter must be
adpcr
.
Input files may have .csv, .xls or .xlsx extension. In case of Excel files with multiple sheets, only the first sheet will be analyzed.
Read raw format files: read_redf
.
Read BioMark format files: read_BioMark
.
Read QX100 format files: read_QX100
.
Read QX200 format files: read_QX200
.