Description Usage Arguments Value Author(s) References
absolute quantification for Taqman data
1 | ddCtAbsolute(raw.table, addData, type = "mean", ADD = -30.234, DIV = -1.6268, sampleInformation = NULL, toZero = FALSE, filename = "warning.output.txt")
|
raw.table |
data frame. It must contain columns with the following names:'Ct','Sample','Detector','Platename'. The column 'Ct' must contain numeric values. |
addData |
add data |
type |
character of length 1. 'mean' or 'median'- which method should be used for the aggregation of the repicates |
ADD |
Add constant |
DIV |
Div constant |
sampleInformation |
if specified it must be an object of class
|
toZero |
boolean - if there is only one replication should the error be treated as zero ? (only if 'type' is mean) |
filename |
character of length 1. The name of the file the warnings should be stored in. |
A an object of class
eSet
. The assayData
has the following components: exprs, error, Ct, Ct.error, Difference, number\_NA, number, Plate.
Markus Ruschhaupt mailto:m.ruschhaupt@dkfz.de
~put references to the literature/web site here ~
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.