calcCV: calcCV

Description Usage Arguments Details Value

View source: R/calcCV.R

Description

Calculates the coefficient of variation for each gene for each sample and triggers a message if any samples are above the desired threshold.

Usage

1
calcCV(avgCtObj, cutoff = 1)

Arguments

avgCtObj

A data.frame generated from the getAvgCT function.

cutoff

The cutoff value for the coefficient of variation for triggering a warning message. Default 1.0, or 1%.

Details

Technical replicate error is not carried forward when calculating error for biological replicates. The coefficient of variation is intended to be used a filter for checking the quality of technical replication before proceeding.

Value

A data.frame.


sccallahan/WARPqpcr documentation built on March 1, 2020, 1:23 a.m.