getDeltaCT: Reads qPCR data into a dataframe

Description Usage Arguments Value Examples

View source: R/getDeltaCT.R

Description

Reads qPCR data into a dataframe

Usage

1
getDeltaCT(mydata, nuc.probe = "RPPH", mit.probe = "ND1")

Arguments

mydata

the data frame with the qPCR data

nuc.probe

the name of the nuclear probe

mit.probe

the name of the mitochondrial probe

Value

Returns a data frame with the column (deltaCT), which represents the Ct(nuc) - Ct(mito)

Examples

1
mydata2 <- getDeltaCT(mydata)

syyang93/yangR documentation built on March 1, 2021, 4:55 p.m.