calculateBreakpoints       package:VanillaICE       R Documentation

_C_a_l_c_u_l_a_t_e _b_r_e_a_k_p_o_i_n_t_s _f_o_r _a_l_t_e_r_e_d _s_t_a_t_e_s _f_r_o_m _t_h_e _p_r_e_d_i_c_t_i_o_n
_m_a_t_r_i_x

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

     Wrapper for findBreaks

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

     calculateBreakpoints(object, ...)

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

  object: Object of class 'HmmPredict'

     ...: Not implemented

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

     Returns a matrix with information on size of region (Mb),
     predicted state, number of SNPs in region, chromosome number, and
     position.

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

     A matrix

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

     R. Scharpf

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

     'findBreaks'

