all.present.in.group package:simpleaffy R Documentation _F_i_l_t_e_r _b_y _P_M_A _c_a_l_l _D_e_s_c_r_i_p_t_i_o_n: Filters an object by PMA calls. Must be called present in at leset 'no' elements in at least one of the replicate sets in the factor 'group' _U_s_a_g_e: all.present.in.group(x,group,members,calls,no = "all") _A_r_g_u_m_e_n_t_s: x: An object to filter group: The factor to filter by members: The members in the group to check. If null, checks all possible ones calls: A matrix of PMA calls no: How many in a row to pass the filter? If 'all' then all must be present _V_a_l_u_e: A probesetid _A_u_t_h_o_r(_s): Crispin J Miller _E_x_a_m_p_l_e_s: ## Not run: all.present.in.group(eset,calls,"line",dim(calls)[2]) ## End(Not run)