binHist               package:occugene               R Documentation

_H_i_s_t_o_g_r_a_m _B_r_e_a_k_p_o_i_n_t_s

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

     Returns the histogram breakpoints for fast insertion.

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

     binHist(orf,overlap=NULL,bp=6264403)

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

     orf: 2-column matrix of annotation

 overlap: number position of overlap

      bp: number of base pairs in genome

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

     Returns a vector of breakpoints for the binInsertHist function.

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

  end.pt: Position of last target

     orf: orfID

 overlap: Number of targets in overlap

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

     Oliver Will owill4@yahoo.com

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

     See the book chapter O. Will (**) in **.

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

     binInsertHist

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

     # **

