ruleOutliers,flowClust-method(flowClust)
ruleOutliers,flowClust-method()所属R语言包:flowClust
Showing or Modifying the Rule used to Identify Outliers
显示或修改用于识别离群规则
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This method shows or modifies the rule used to identify outliers.
这种方法显示或修改用于识别离群规则。
用法----------Usage----------
## S4 method for signature 'flowClust'
ruleOutliers(object)
ruleOutliers(object) <- value
参数----------Arguments----------
参数:object
Object returned from flowClust or filter.
flowClust或filter返回的对象。
参数:value
A list object with one or more of the following named elements: level, u.cutoff and z.cutoff. Their interpretations are the same as those of the corresponding arguments in the flowClust function. Note that when both level and u.cutoff are missing, the rule set by the original value of level or u.cutoff will be unchanged rather than removed. Likewise, when z.cutoff is missing, the rule set by the original value of z.cutoff will be retained.
level,u.cutoff和z.cutoff:与一个或多个下列命名的元素的列表对象。他们的解释是为那些在flowClust函数的相应参数相同。请注意,当两个level和u.cutoff缺少level或u.cutoff将保持不变,而不是删除原始值设置的规则。同样,时z.cutoff丢失,规则设置z.cutoff将保留原有的价值。
值----------Value----------
The replacement method modifies object@ruleOutliers (or object[[k]]@ruleOutliers if object is of class flowClustList or tmixFilterResultList) AND updates the logical vector object@flagOutliers (or object[[k]]@ruleOutliers) according to the new rule.
更换方法修改object@ruleOutliers(或object[[k]]@ruleOutliers如果object类flowClustList或tmixFilterResultList)和更新逻辑向量object@flagOutliers(或 object[[k]]@ruleOutliers)根据新的规则。
作者(S)----------Author(s)----------
Raphael Gottardo <<a href="mailto:raph@stat.ubc.ca">raph@stat.ubc.ca</a>>, Kenneth Lo <<a href="mailto:c.lo@stat.ubc.ca">c.lo@stat.ubc.ca</a>>
参考文献----------References----------
参见----------See Also----------
flowClust, filter
flowClust,filter
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|