DRQualControl(RNAither)
DRQualControl()所属R语言包:RNAither
Computing the dynamic range
计算的动态范围
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the dynamic range per plate for a complete dataset file and plots the results.
计算每盘的动态范围为一个完整的数据集文件和图的结果。
用法----------Usage----------
DRQualControl(header, data, nbLinesHeader, channel, plotTitle, showPlot)
参数----------Arguments----------
参数:header
the header of a dataset file generated with generateDatasetFile
数据集文件头生成的以generateDatasetFile
参数:data
an R data frame generated with generateDatasetFile
R的数据框生成的以generateDatasetFile
参数:nbLinesHeader
typically 3
通常为3
参数:channel
A character string specifying the name of the column containing the values for computing the dynamic range, e.g. "SigIntensity"
指定一个字符串包含计算的动态范围值的列名,例如: "SigIntensity"
参数:plotTitle
the plot title
图标题
参数:showPlot
0 or 1. 1 will open one or several plot windows in the R GUI, 0 will only save the plot(s) without opening windows
0或1。 0 1会打开一个或几个在R GUI窗口图,将只保存不打开窗户图()
值----------Value----------
Returns the dynamic range for each plate in the shell and saves them in a text file. The name of the text file will be the concatenation of the experiment name specified in the header and the character string "DR.txt".
返回每个壳板的动态范围,并把它们保存在一个文本文件。文本文件的名称将在头和字符串“DR.txt”指定实验名称的串联。
Shows a plot of the dynamic range values and saves it as a pdf file under the experiment name specified in the header concatenated with the function argument plotTitle.
显示了一个动态范围值的图,并保存它作为函数的参数 plotTitle串连头中指定的实验名称下的PDF文件。
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|