computeEtFromCt: Compute the Et from the Ct

View source: R/helper-methods.R

computeEtFromCtR Documentation

Compute the Et from the Ct

Description

Computes the Et value from the Ct value in an existing data frame and returns a new data frame with the Et column appended

Usage

computeEtFromCt(df, column = "Ct", Cmax = 40)

Arguments

df

a data.frame

column

The name of the Ct column. A character. 'Ct' by default.

Cmax

the maximum number of cycles performed. 40 by default.

Value

A copy of df with the 'Et' column appended

Author(s)

Greg Finak

Examples

data(vbeta)
vbeta <- computeEtFromCt(vbeta)

RGLab/MAST documentation built on Sept. 30, 2023, 1:08 p.m.