pcr_control: Calculate Delta Ct mean based on given control probe

View source: R/pcr_control.R

pcr_controlR Documentation

Calculate Delta Ct mean based on given control probe

Description

Calculate Delta Ct mean based on given control probe

Usage

pcr_control(x, control_probe)

## S3 method for class 'pcr'
pcr_control(x, control_probe, ...)

## S3 method for class 'data.frame'
pcr_control(x, control_probe, ...)

Arguments

x

A pcr or data.frame object

control_probe

A probe to be used as an endogenous control (eg GAPDH)

Value

An object with class the same as input

Examples

system.file("extdata", "untidy-pcr-example.xls", package = "amplify") |>
  read_pcr() |>
  pcr_control("GAPDH")

KaiAragaki/amplify documentation built on Oct. 14, 2024, 11:46 p.m.