test_pooled {dpcR} | R Documentation |
Compare pooled digital PCR
Description
Estimates mean number of template molecules per partition and concentration of sample from pooled replicates of experiments.
Usage
test_pooled(input, conf.level = 0.05)
Arguments
input |
|
conf.level |
confidence level of the intervals and groups. |
Value
data frame with the number of rows equal to the number of experiments (not runs). The unit of concentration is the number template molecules per nanoliter (nL).
Note
This function was implemented using the code in supplemental materials in Dorazio, 2015 (see References).
Author(s)
Robert M. Dorazio, Margaret E. Hunter.
References
Dorazio RM, Hunter ME, Statistical Models for the Analysis and Design of Digital Polymerase Chain Reaction (dPCR) Experiments. Analytical Chemistry 2015. 87(21): p.10886-10893
Examples
test_pooled(six_panels)
[Package dpcR version 0.6 Index]