breakpoints            package:VanillaICE            R Documentation

_L_o_c_a_t_i_o_n_s _o_f _b_r_e_a_k_p_o_i_n_t_s _f_r_o_m _t_h_e _H_M_M

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

     Returnes indices of SNPs within a chromosome where the breakpoints
     occur

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

     breakpoints(object, ...)

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

  object: object inheriting from class 'AnnotatedSnpSet'

     ...: additional arguments

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

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

     data.frame

_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)
     breakpoints(chromosome1)

