findBreaks            package:VanillaICE            R Documentation

_I_d_e_n_t_i_f_y _b_r_e_a_k_p_o_i_n_t_s _f_r_o_m _t_h_e _h_i_d_d_e_n _M_a_r_k_o_v _m_o_d_e_l _p_r_e_d_i_c_t_i_o_n_s

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

     Identify breakpoints: physical position of breaks, number of SNPs
     in region, and the called hidden state.

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

     findBreaks(x, states, position, chromosome, sample, lik1, lik2)

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

       x: matrix of predicted hidden states (integer)

  states: character string giving the hidden states

position: physical position of the SNPs

chromosome: chromosome number

  sample: sample name

    lik1: likelihood under alternative model

    lik2: likelihood under NULL model

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

data.frame: data.frame describing regions of normal and altered states

