Learn R Programming

qpcR (version 1.2-2)

rutledge: qPCR dilution experiment with replicates and different runs from Rutledge et al (Biorad Opticon)

Description

A dilution experiment of a 102 bp amplicon with six 10-fold dilutions, with four replicates each in five independent runs.

Usage

data(rutledge)

Arguments

format

A data frame with the PCR cycles and and the six 10-fold dilutions, with four replicates each and five independent runs, organized as X.Ry.Z, with x = the dilution number, y = the run number and z = the replicate number.

source

Supplemental data 1 to the paper.

Details

The real-time PCR was conducted for a 102 bp amplicon in an Opticon2 instrument.

References

Sigmoidal curve-fitting redefines quantitative real-time PCR with the prospective of developing automated high-throughput applications. Rutledge RG, Nucleic Acids Research, 2004, 32, e178.

Examples

Run this code
data(rutledge)
m1 <- pcrfit(rutledge, 1 , 2, l5)
plot(m1)

Run the code above in your browser using DataLab