findBreakPoints           package:snapCGH           R Documentation

_R_e_t_u_r_n_s _t_h_e _s_t_a_r_t _a_n_d _e_n_d _o_f _s_e_g_m_e_n_t_s.

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

     Function to returns the start and end of segments when given a
     SegList and an array.  Currently only used within the
     'plotSegmentedGenome' function.

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

     findBreakPoints(seg, array)

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

     seg: An object of class 'SegList'.

   array: Numeric value corresponding to a column in seg.

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

     Mike Smith

