th-class function

Class "th"

Class "th"

An S4 class containing the output th.cyc

function. class

Returns

A class for calculated results (Ct value and fluorescence) from amplifications curve data of a qPCR experiment.

Slots

  • .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.

Methods

  • summary: signature(object = "th"): prints summary of the object.
  • show: signature(object = "th"): prints only .Data slot of the object.

Author(s)

Stefan Roediger, Michal Burdukiewicz

See Also

th.cyc

Examples

res <- th.cyc(VIMCFX96_69[, 1], VIMCFX96_69[, 3], r = 2300) summary(res) slot(res, "input")
  • Maintainer: Stefan Roediger
  • License: GPL-3
  • Last published: 2021-03-05