ZPRIMEQualControl(RNAither)
ZPRIMEQualControl()所属R语言包:RNAither
Computing the Z' factor
计算Z因子
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes the Z' factor per plate for a complete dataset file and plots the results.
计算Z“每盘的因素,一个完整的数据集文件和图的结果。
用法----------Usage----------
ZPRIMEQualControl(header, data, 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
参数:channel
a character string specifying the name of the column containing the values for computing the Z' factor, e.g. "SigIntensity"
一个字符串,指定包含Z“的因素,如计算值的列名"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。 1将在一个或几个小区的R GUI窗口打开,0只保存不打开窗户图(S)。
值----------Value----------
Returns the Z' values in the shell for each plate 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 "Z'Scores.txt".
返回的Z值在每盘的外壳,并把它们保存在一个文本文件。文本文件的名称,将头和字符字符串“ZScores的。txt”的指定实验名称的串联。
Shows a plot of the Z' factor values and saves it as a png and a pdf file under the experiment name specified in the header concatenated with the function argument plotTitle.
显示了Z因子值的图,并保存为PNG和PDF文件在函数的参数 plotTitle串连头中指定实验名称。
The function returns a list containing:
该函数返回一个列表,其中包含:
参数:plotName
the plot name
小区名称
参数:ZPrimeTabelle
table containing the Z' values
表中包含的Z值
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|