import.LCcq: Import Cq Values Calculated Using LightCycler Software

Description Usage Arguments Examples

Description

Import Cq Values Calculated Using LightCycler Software

Usage

1
import.LCcq(file, pipettingScheme = NULL, decimal_mark = ".")

Arguments

file

A txt file with calculated Cq values from the LightCycler software

scheme

A pipetting scheeme, e.g., generated by get.pipettingScheme. Generally a data.frame containing gene, cond, col and row information.

Examples

1
2
scheme <- get.pipettingScheme(paste("primer", 1:7), c(1:5), 1, 2, 1, nrow = 10, first_col = 18)
    import.LCcq("data-raw/primer.txt", scheme, decimal_mark = ',')

kiefer-ch/qpcRo documentation built on May 31, 2019, 1:57 p.m.