Reads digital PCR data in raw format.

read_raw(input, ext = NULL, adpcr)

Arguments

input
name of the input file (character) or input object (data.frame).
ext
extension of the file ().
adpcr
logical. If TRUE, function creates adpcr object. If FALSE, function creates dpcr object.

Value

An object of adpcr or dpcr type, depends on the value of adpcr parameter.

Details

The raw format means that every column corresponds to different digital PCR run. Data is binary (0/1) and first row represents run names(EXPERIMENT.REPLICATE).