writeQpcr(qpcrNorm)
writeQpcr()所属R语言包:qpcrNorm
Writes qpcrBatch object out to a File.
写入qpcrBatch反对文件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function writes a qpcrBatch out to a tab-delimited text file. writeQpcr can be used to write out the normalized qPCR data out to an external file.
这个函数写了qpcrBatch制表符分隔的文本文件。 writeQpcr可以用来写出来归qPCR数据到一个外部文件。
用法----------Usage----------
writeQpcr(qBatch, fileName, ...)
参数----------Arguments----------
参数:qBatch
A qpcrBatch object.
一个qpcrBatch对象。
参数:fileName
Character string specifying name of the output file.
字符串指定输出文件的名称。
参数:...
Extra arguments to be passed to write.table.
额外的参数被传递到write.table。
Details
详情----------Details----------
Function creates a tab-delimited text file with three columns, <br> 1st column = names denoting genes or primer pairs 2nd column = plate index 3rd column = normalized Ct value
功能有三个列创建一个制表符分隔的文本文件,参考第一列=名称表示基因的引物对第二列板块指数第三列=归Ct值
作者(S)----------Author(s)----------
Jess Mar <a href="mailto:jess@jimmy.harvard.edu">jess@jimmy.harvard.edu</a>
参考文献----------References----------
参见----------See Also----------
write.table
write.table
举例----------Examples----------
## writeQpcr(qpcrBatch.object, "output1.txt")[#writeQpcr(qpcrBatch.object,“output1.txt”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|