pCHOM               package:VanillaICE               R Documentation

_P_r_o_b_a_b_i_l_i_t_y _o_f _a _h_o_m_o_z_y_g_o_u_s _g_e_n_o_t_y_p_e _c_a_l_l_s

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

     Accessor for the probability of a homozygous genotype calls
     conditional on the hidden state

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

     pCHOM(object)

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

  object: an object of class 'HmmSnpCallSet' or 'HmmSnpSet'

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

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

     A numerical vector of probabilities with length equal to the
     number of hidden states

_N_o_t_e:

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

_R_e_f_e_r_e_n_c_e_s:

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

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

     data(chromosome1)
     pCHOM(chromosome1)

