Description Value Slots Methods Author(s) See Also Examples
An S4 class containing the output th.cyc
function.
A class for calculated results (Ct value and fluorescence) from amplifications curve data of a qPCR experiment.
.Data
:"matrix"
is a matrix containing the
threshold cycle and threshold fluorescence.
stats
:"summary.lm"
contains linear model used for Ct estimation.
input
:"matrix"
input data for linear model.
signature(object = "th")
: prints summary
of the object.
signature(object = "th")
: prints only
.Data
slot of the object.
Stefan Roediger, Michal Burdukiewicz
1 2 3 | res <- th.cyc(VIMCFX96_69[, 1], VIMCFX96_69[, 3], r = 2300)
summary(res)
slot(res, "input")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.