Reads digital PCR data in raw format.
read_raw(input, ext = NULL, adpcr)
character
) or input object
(data.frame
).logical
. If TRUE
, function creates
adpcr
object. If FALSE
, function creates
dpcr
object.An object of adpcr
or dpcr
type,
depends on the value of adpcr
parameter.
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).