compareCels            package:affxparser            R Documentation

_C_o_m_p_a_r_e_s _t_h_e _c_o_n_t_e_n_t_s _o_f _t_w_o _C_E_L _f_i_l_e_s

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

     Compares the contents of two CEL files.

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

     compareCels(pathname, other, readMap=NULL, otherReadMap=NULL, verbose=0, ...)

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

pathname: The pathname of the first CEL file.

   other: The pathname of the seconds CEL file.

 readMap: An optional read map for the first CEL file.

otherReadMap: An optional read map for the second CEL file.

 verbose: An 'integer'. The larger the more details are printed.

     ...: Not used.

_V_a_l_u_e:

     Returns 'TRUE' if the two CELs are equal, otherwise 'FALSE'.  If
     'FALSE', the attribute 'reason' contains a string explaining what
     difference was detected, and the attributes 'value1' and 'value2'
     contain the two objects/values that differs.

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

     Henrik Bengtsson (<URL: http://www.braju.com/R/>)

_S_e_e _A_l_s_o:

     'convertCel'().

