Reads digital PCR data in various formats.
read_dpcr(input, format, ext = NULL, ...)
character
) or input object
(data.frame
)."raw"
, "QX100"
,
"BioMark"
, "amp"
(raw amplitude compressed using .zip
).format
has value "raw"
, the additional parameter must be
adpcr
.Always an object of adpcr
or
dpcr
type.
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_raw
.
Read BioMark format files: read_BioMark
.
Read QX100 format files: read_QX100
.
Read QX200 format files: read_QX200
.