getCrlmmSummaries           package:oligo           R Documentation

_F_u_n_c_t_i_o_n _t_o _g_e_t _C_R_L_M_M _s_u_m_m_a_r_i_e_s _s_a_v_e_d _t_o _d_i_s_k

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

     This will read the summaries written to disk and return them to
     the user as a 'SnpCallSetPlus' or 'SnpCnvCallSetPlus' object.

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

     getCrlmmSummaries(tmpdir)

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

  tmpdir: directory where CRLMM saved the results to.

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

     If the data were from SNP 5.0 or 6.0 arrays, the function will
     return a 'SnpCnvCallSetPlus' object. It will return a
     'SnpCallSetPlus' object, otherwise.

