calc.Cq: calculates Cq values

View source: R/CqCalc.R

calc.CqR Documentation

calculates Cq values

Description

This function will calculate Cq values for the data frame input.cq You need to have input.cq and input.raw from "read.fluorescenceTable" / "read.cqTable" or build them manually.

Usage

calc.Cq(method = "TP", fct = "ll5", cq.new = "calc.Cq")

Arguments

method

The method used to calculate the Cq value. "TP" for Turning Point (first derivative) . "SD" for first exponential incline (second derivative).

fct

will be used by drc as fitting function. "ll4" or "ll5" is implemented.

cq.new

The Column name of the new Cq values.

Details

!This will fail sometimes, do to uniroot() function returning 0!

Value

does not return! adds Cq value to input.cq data frame


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