exp_addFilterRule         package:explorase         R Documentation

_A_d_d _a _f_i_l_t_e_r _r_u_l_e

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

     exp_addFilterRule(id, column, op, expr, active = T, ent_type = exp_entityType())

_A_r_g_u_m_e_n_t_s:

      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

_A_u_t_h_o_r(_s):

     Michael Lawrence <mflawren@fhcrc.org>

