weightsOutlierMethod(beadarray)
weightsOutlierMethod()所属R语言包:beadarray
returns all beads with weight=0.
体重= 0返回所有的珠子。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function identifies those beads that have been set to having a weight of 0. Primarily intended to allow deprecation of the function showArrayMask by the more flexible outlierplot.
此功能标识那些已经设置为0的重量珠。主要目的允许功能showArrayMask更灵活outlierplot的折旧。
用法----------Usage----------
weightsOutlierMethod(inten, probeList, wts,n=3)
参数----------Arguments----------
参数:inten
a list of intensities but the intensities are not in fact used
强度,但强度不会使用的事实
参数:probeList
the IDs corresponding to each intensity value (not used)
每个亮度值对应的ID(未使用)
参数:wts
Weights associated with beads.
与珠相关的重量。
参数:n
another parameter that is not, in fact, used.
另外,不,事实上,使用的参数。
Details
详情----------Details----------
This function the locations at which wts is equal to zero.
此功能的位置在黄大仙是等于零。
值----------Value----------
the positions in the original vector that had weight zero
在原有的向量,有重量零的位置
作者(S)----------Author(s)----------
Andy Lynch
参见----------See Also----------
squeezedVarOutlierMethod
squeezedVarOutlierMethod
举例----------Examples----------
## Not run: [#无法运行:]
if(require(beadarrayExampleData)){
data(exampleBLData)
outlierplot(exampleBLData, array=1, outlierFun = weightsOutlierMethod,horizontal = FALSE)
}
## End(Not run)[#结束(不运行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|