exp_addFilterRule {explorase}R Documentation

Add a filter rule

Description

Adds a filter rule to the exploRase filter model for the given entity type

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

Author(s)

Michael Lawrence <mflawren@fhcrc.org>


[Package explorase version 1.8.1 Index]