repCorr(phenoDist)
repCorr()所属R语言包:phenoDist
repCorr
repCorr
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calculates the correlation between replicate phenotypes.
此函数计算复制的表型之间的相关性。
用法----------Usage----------
repCorr(x, pheno, ...)
参数----------Arguments----------
参数:x
An imageHTS object.
imageHTS对象。
参数:pheno
A numeric vector for distance measures to negative control, as returned from distToNeg.
一个数值向量距离的措施,以阴性对照,从distToNeg返回。
参数:...
Additional arguments to be passed to the cor function of the stats pacakge.
额外的参数将被传递给corpacakge功能stats。
值----------Value----------
Correlation coefficient returned from the cor function of the stats pacakge.
corpacakge功能stats返回相关系数。
作者(S)----------Author(s)----------
Xian Zhang
参见----------See Also----------
cor, distToNeg
cor,distToNeg
举例----------Examples----------
## see distToNeg.[#看到distToNeg。]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|