binInsertHist            package:occugene            R Documentation

_I_n_s_e_r_t _L_o_c_a_t_i_o_n_s _Q_u_i_c_k_l_y

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

     Given a list of locations, returns the number of ORFs hit.

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

     binInsertHist(insert,orfHist,returnCounts=FALSE)

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

  insert: List of insertion locations

 orfHist: Histogram breakpoints

returnCounts: Return the number of insertions

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

     Finds the number of ORFs that have an insertion given a list of
     locations. If  the returnCounts flag is true, the function returns
     the number of insertions per ORF. Uses the function hist for gains
     in speed.

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

     Returns a numeric or an object

_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:

     binHist

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

     # **

