read.cqTable: Load cq table

View source: R/readqPCR.R

read.cqTableR Documentation

Load cq table

Description

This function is a wrapper for read.csv

Usage

read.cqTable(csv, sep = ",", dec = ",", forceCommaToPoint = TRUE)

Arguments

csv

Path to the input csv table

sep

cell separator "," "." or ...

dec

decimals as "," or "." or ...

forceCommaToPoint

This will ensure all comma are forced to points in the Sample column!

Details

First three needs to be 'type','sample','well' Type is the genotype or refers to the 2 primers. There have to be only 2! Sample is the analysed concentration, or experiment. If you want to use the regression fct. these need to be numbers (eg. 0%-100%) Well is the well, and it need to be the same as in the fluorescence data, if used.

The following columns are the Cq vales. The column name will be used as Cq name reference.

Value

does not return! input.cq data frame will be saved to global.


LucasFVoges/DoubleqpcR documentation built on Feb. 19, 2024, 7:21 p.m.