read_dpcr: Read digital PCR data

View source: R/read_dpcr.R

read_dpcrR Documentation

Read digital PCR data

Description

Reads digital PCR data in various formats.

Usage

read_dpcr(input, format, ext = NULL, ...)

Arguments

input

name of the input file (character) or input object (data.frame).

format

of the file, for example: "raw", "QX100", "BioMark", "amp" (raw amplitude compressed using .zip).

ext

extension of the file ().

...

additional parameters for the appropriate function. For example, if format has value "raw", the additional parameter must be adpcr.

Details

Input files may have .csv, .xls or .xlsx extension. In case of Excel files with multiple sheets, only the first sheet will be analyzed.

Value

Always an object of adpcr or dpcr type.

Author(s)

Michal Burdukiewcz, Stefan Roediger

See Also

Read raw format files: read_redf. Read BioMark format files: read_BioMark. Read QX100 format files: read_QX100. Read QX200 format files: read_QX200.


michbur/dpcR documentation built on Nov. 17, 2022, 5:02 a.m.