delta0               package:occugene               R Documentation

_N_u_m_b_e_r _o_f _N_e_w _K_n_o_c_k_o_u_t_s

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

     Point estimate for the number of new ORF knockouts in the next d
     clones.

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

     delta0(d,anno,clone)

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

       d: Number of clones to be made

    anno: 2-column matrix of annotation

   clone: Vector of insertions

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

     Use the parametric form of the cumulative occupancy distribution
     to estimate the number of new ORF knockouts in the next d clones.

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

     A numeric

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

     unbiasDelta0

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

     data(sampleAnnotation)
     data(sampleInsertions)
     anno <- cbind(sampleAnnotation$first,sampleAnnotation$last)
     clone <- sampleInsertions$position
     delta0(10,anno,clone)

