runHomHMM              package:snapCGH              R Documentation

_A _f_u_n_c_t_i_o_n _t_o _f_i_t _u_n_s_u_p_e_r_v_i_s_e_d _H_i_d_d_e_n _M_a_r_k_o_v _m_o_d_e_l

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

     This function fits an unsupervised Hidden Markov model to a given
     'MAList or \code{SegList}'

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

     runHomHMM(input, vr = 0.01,
                     maxiter = 100, criteria = "AIC", delta = NA,
                     full.output = FALSE, eps = 0.01)

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

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

      vr: Gets passed to the function 'hidden' as the 'pshape'
          arguement.

 maxiter: Gets passed to the function 'hidden' as the 'iterlim'
          arguement. 

criteria: Choice of which selection criteria should be used in the
          algorithm.  The choices are either AIC or BIC

   delta: Delta value used of the BIC is selected.  If no value is
          entered it defaults to 1.

full.output: if true the SegList output includes a probability that a
          clone is in its assigned state and a smoothed value for the
          clone.

     eps: parameter controlling the convergence of the EM algorithm. 

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

     'runDNAcopy' 'runGLAD' 'SegList'

