noOutlierMethod(beadarray)
noOutlierMethod()所属R语言包:beadarray
returns no outliers on an array section
返回一个数组节没有离群
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The summarize function demands that an outlier function is called. This function allows one to satisfy this requirement and still not remove any outliers.
summarize函数,离群功能被称为需求。此功能允许一个满足这一要求,仍然没有删除任何离群。
用法----------Usage----------
noOutlierMethod(inten, probeList, wts=1,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. Again, these are not actually used.
与珠相关的重量。再次,这些实际上并没有使用。
参数:n
another parameter that is not, in fact, used.
另外,不,事实上,使用的参数。
Details
详情----------Details----------
This function returns integer(0).
这个函数返回的整数(0)。
值----------Value----------
integer(0)
整数(0)
作者(S)----------Author(s)----------
Andy Lynch
参见----------See Also----------
squeezedVarOutlierMethod
squeezedVarOutlierMethod
举例----------Examples----------
if(require(beadarrayExampleData)){
data(exampleBLData)
oList = noOutlierMethod(logGreenChannelTransform(exampleBLData, 1), getBeadData(exampleBLData, array=1, what="ProbeID"))
}
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|