isCelFile             package:affxparser             R Documentation

_C_h_e_c_k_s _i_f _a _f_i_l_e _i_s _a _C_E_L _f_i_l_e _o_r _n_o_t

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

     Checks if a file is a CEL file or not.

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

     isCelFile(filename, ...)

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

filename: A filename.

     ...: Not used.

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

     Returns 'TRUE' if a CEL file, otherwise 'FALSE'. ASCII (v3),
     binary (v4;XDA), and binary (CCG v1;Calvin) CEL files are
     recognized. If file does not exist, an exception is thrown.

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

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

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

     'readCel'(), 'readCelHeader'(), 'readCelUnits'().

