pmormm              package:makecdfenv              R Documentation

_P_M _o_r _M_M

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

     Determing  if intensities on an array from the cdffile are PM, MM,
     or neither.

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

       pmormm(cdf)

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

     cdf: A 'Cdf' object

_D_e_t_a_i_l_s:

     The intensities on a chip fall in three categories: perfect match
     (PM), mismatch (MM) or unknown (No information about them is
     contained in the CDF file, yet they were found informative
     (details to come)). PM are coded as TRUE, MM as FALSE and unknown
     as NA.

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

     A matrix (see section 'details').

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

     L. Gautier <laurent@cbs.dtu.dk>

