HmmOptions-class         package:VanillaICE         R Documentation

_C_l_a_s_s "_H_m_m_O_p_t_i_o_n_s"

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

     Options for fitting the hidden Markov model.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("HmmOptions",
     snpset, states, copyNumber.location, copyNumber.scale,
     copyNumber.ICE, calls.ICE, probHomCall, term5)'.

_S_l_o_t_s:


     '_s_t_a_t_e_s': Object of class '"character"'.  Hidden states of the
          HMM.

     '_s_n_p_s_e_t': '"SnpLevelSet"' instance. 

     '_c_o_p_y_N_u_m_b_e_r._l_o_c_a_t_i_o_n': Object of class '"numeric"'.  Ignored when
          snpset is an instance of 'SnpCallSet'. See
          'copyNumber.location'

     '_c_o_p_y_N_u_m_b_e_r._s_c_a_l_e': Object of class '"NULLOrNumeric"'.  This slot
          is not currently used.  If one has standard errors for the
          copy number estimates, the inverse of the standard errors
          should be stored in the 'cnConfidence' 'assayData' element of
          the snpset object.

     '_c_o_p_y_N_u_m_b_e_r._I_C_E': Object of class '"logical"'. See
          'copyNumber.ICE'.  

     '_c_a_l_l_s._I_C_E': Object of class '"logical"'.  See 'calls.ICE'

     '_p_r_o_b_H_o_m_C_a_l_l': Object of class '"numeric"'. The probability of a
          homozygous genotype call corresponding to each of the states.
          When 'calls.ICE' is TRUE, only the first two elements will be
          used.

     '_t_e_r_m_5': Object of class '"NULLOrNumeric"'. User-specified
          probabilities of f(HOM | genotype call, state).  Ignored when
          'calls.ICE' is 'FALSE'.  For more details, see Equation 2.7
          in the manuscript that this package references.

_M_e_t_h_o_d_s:



     [ 'signature(x = "HmmOptions")': 

     _a_n_n_o_t_a_t_i_o_n 'signature(object = "HmmOptions")': 

     _a_n_n_o_t_a_t_i_o_n<- 'signature(object = "HmmOptions", value = "ANY")': 

     _c_a_l_c_u_l_a_t_e_D_i_s_t_a_n_c_e 'signature(object = "HmmOptions")': 

     _c_a_l_l_s._I_C_E 'signature(object = "HmmOptions")': 

     _c_a_l_l_s._I_C_E<- 'signature(object = "HmmOptions", value="logical")':               

     _c_o_p_y_N_u_m_b_e_r._I_C_E 'signature(object = "HmmOptions")': 

     _c_o_p_y_N_u_m_b_e_r._I_C_E<- 'signature(object = "HmmOptions",
          value="logical")':         

     _d_b 'signature(object = "HmmOptions")': 

     _h_m_m 'signature(object = "HmmOptions", params = "HmmParameter")':

     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "HmmOptions")': 

     _n_o_t_e_s 'signature(object = "HmmOptions")': 

     _s_h_o_w 'signature(object = "HmmOptions")':  

     _s_t_a_t_e_s 'signature(object = "HmmOptions")':  

     _s_t_a_t_e_s<- 'signature(object = "HmmOptions", value = "character")': 

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

     R. Scharpf

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

     'HmmParameter-class'

_E_x_a_m_p_l_e_s:

     showClass("HmmOptions")

