runPicard              package:snapCGH              R Documentation

_R_e_s_u_l_t_s _o_f _s_e_g_m_e_n_t_i_n_g _a_n _M_A_L_i_s_t _d_a_t_a _o_b_j_e_c_t _u_s_i_n_g _t_h_e _P_i_c_a_r_d _e_t
_a_l _a_l_g_o_r_i_t_h_m _f_o_u_n_d _i_n _t_h_e _t_i_l_i_n_g_A_r_r_a_y _l_i_b_r_a_r_y

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

     Wrapper calling the Picard et al segmentation algorithm on an
     MAList object.  This function requires the library 'DNAcopy' to be
     loaded.

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

       runPicard(input, maxSeg, maxk = 200, criteria = "BIC")

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

   input: An object of class 'MAList' or 'SegList'

  maxSeg: integer of length 1, maximum number of segments (= 1 +
          maximum number of change points)

    maxk: integer of length 1, maximum length of a single segment

criteria: Criteria for model selection.  Options are "none", "AIC" and
          "BIC" (default)

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

     The function returns an object of class 'SegList'

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

     Mike Smith

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

     'segment' 'MAList' 'runHomHMM' 'runGLAD' 'SegList'

