Learn R Programming

dpcR (version 0.3)

read_BioMark: Read BioMark

Description

Reads digital PCR data from the BioMark (Fluidigm).

Usage

read_BioMark(input, detailed = FALSE)

Arguments

input
name of the input file (character) or input object (data.frame).
detailed
logical, if TRUE, the input file is processed as if it was 'Detailed Table Results'. In the other case, the expected input file structure is 'Summary Table Results'.

Value

An object of adpcr class.

See Also

See read_dpcr for detailed description of input files.