exp_addFilterRule(explorase)
exp_addFilterRule()所属R语言包:explorase
Add a filter rule
添加一个过滤器规则
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Adds a filter rule to the exploRase filter model for the given entity type
添加一个过滤规则来为给定的实体类型的过滤器模型exploRase
用法----------Usage----------
exp_addFilterRule(id, column, op, expr, active = T, ent_type = exp_entityType())
参数----------Arguments----------
参数:id
A unique identifier for the filter rule
一个过滤规则的唯一标识符
参数:column
The metadata column checked by the rule
元数据列的规则检查
参数:op
The operator (<, >, ==, etc) used for checking the values
用于检查值的运算符(<,>,==等)
参数:expr
The right hand expression against which the values are checked
对检查该值的右手表达
参数:active
Whether the rule should be immediately active
规则是否应立即活跃
参数:ent_type
The entity type of the metadata being filtered
被过滤的元数据实体类型
作者(S)----------Author(s)----------
Michael Lawrence <mflawren@fhcrc.org>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|