Description Value Slots Methods Author(s) References See Also Examples
An S4 class containing the output MFIaggr
function.
refMFI means referenced Mean Fluorescence Intensity (Roediger et al. 2013)
A class for a matrix
of amplifications curve data from a qPCR experiment.
.Data
:"matrix"
containing the "Cycle",
"Location"
(mean, median), "Deviation" (standard deviation, median absolute
deviation), "Coefficient of Variance" (CV, RSD) sequential in the
columns.
density
:"density"
containing results of the
density analysis.
qqnorm.data
:"data.frame"
containing data required
for
Quantile-Quantile plots.
stats
:"numeric"
vector containing general
statistics.
signature(y = "refMFI")
: plots a normal QQ
plot.
See qqnorm
signature(y = "refMFI")
: adds a line to QQ plot.
See qqline
signature(x = "refMFI")
: plots the
object. See plot.refMFI
signature(object = "refMFI")
: prints only
.Data
slot of the
object.
signature(object = "refMFI")
: prints general
statistics and
allows easy access to stats
slot. See
summary.refMFI
Stefan Roediger, Michal Burdukiewicz
Roediger S, Boehm A, Schimke I. Surface Melting Curve Analysis with R. The R Journal 2013;5:37–53.
MFIaggr
, plot.refMFI
,
summary.refMFI
1 2 3 4 5 6 7 8 9 10 11 | data(VIMCFX96_60)
res <- MFIaggr(VIMCFX96_60)
#summarize analysis
summary(res)
#plot results of the analysis
plot(res)
#plot a QQ plot
qqnorm(res)
#add QQ line
qqline(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.