ddCtAbsolute(ddCt)
ddCtAbsolute()所属R语言包:ddCt
absolute quantification for Taqman data
为TaqMan绝对定量数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
absolute quantification for Taqman data
为TaqMan绝对定量数据
用法----------Usage----------
ddCtAbsolute(raw.table, addData, type = "mean", ADD = -30.234, DIV = -1.6268, sampleInformation = NULL, toZero = FALSE, filename = "warning.output.txt")
参数----------Arguments----------
参数:raw.table
data frame. It must contain columns with the following names:'Ct','Sample','Detector','Platename'. The column 'Ct' must contain numeric values.
数据框。它必须具有以下名称中包含列:CT,样品,探测器,Platename“。列CT必须包含数值。
参数:addData
add data
添加数据
参数:type
character of length 1. 'mean' or 'median'- which method should be used for the aggregation of the repicates
字符长度为1。 意思是或median哪种方法应使用聚集的repicates
参数:ADD
Add constant
添加常数
参数:DIV
Div constant
科恒
参数:sampleInformation
if specified it must be an object of class phenoData with a column named 'Sample'.
如果指定的话,它必须是一个类phenoData列名为样品的对象。
参数:toZero
boolean - if there is only one replication should the error be treated as zero ? (only if 'type' is mean)
Boolean - 如果仅是一个复制的错误应该被视为零? (只有当“类型”的意思)
参数:filename
character of length 1. The name of the file the warnings should be stored in.
字符长度为1。名称应存储的文件警告
值----------Value----------
A an object of class eSet. The assayData
一类eSet对象。在assayData
作者(S)----------Author(s)----------
Markus Ruschhaupt <a href="mailto:m.ruschhaupt@dkfz.de">mailto:m.ruschhaupt@dkfz.de</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|