read_dpcr {dpcR} | R 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 ( |
format |
of the file, for example: |
ext |
extension of the file (). |
... |
additional parameters for the appropriate function. For example, if
|
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
.
[Package dpcR version 0.6 Index]