Learn R Programming

dpcR (version 0.3)

read_raw: Read digital PCR raw data

Description

Reads digital PCR data in raw format.

Usage

read_raw(input, adpcr)

Arguments

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

Value

An object of adpcr or ddpcr 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).