summary-refMFI {chipPCR} | R Documentation |
Summary refMFI
objects
Description
Summarize refMFI
objects and access general statistics
of amplification reaction. refMFI means referenced Mean Fluorescence
Intensity (Roediger et al. 2013).
Usage
## S4 method for signature 'refMFI'
summary(object, digits = getOption("digits") - 3, print = TRUE)
Arguments
object |
is a |
digits |
is a |
print |
is a |
Author(s)
Stefan Roediger, Michal Burdukiewicz
References
Roediger S, Boehm A, Schimke I. Surface Melting Curve Analysis with R. The R Journal 2013;5:37–53.
See Also
Examples
res <- AmpSim(cyc = 1:50, Cq = 41)
summary(inder(res), print = TRUE)
[Package chipPCR version 1.0-2 Index]