meanDeg                package:ScISI                R Documentation

_A _f_u_n_c_t_i_o_n _t_o _e_s_t_i_m_a_t_e _t_h_e _p_o_p_u_l_a_t_i_o_n _m_e_a_n _n_o_d_a_l _d_e_g_r_e_e _o_f _a
_p_r_o_t_e_i_n _c_o_m_p_l_e_x _o_f _i_n_t_e_r_e_s_t

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

     This function uses the nodal degree from Y2H data and estimates
     the overall mean nodal degree for all proteins of a particular
     complex

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

     meanDeg(comp, degBait, sampled)

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

    comp: A character vector of the constituent members of some protein
          complex of interest

 degBait: A named list; each name is a constituent member and the entry
          is the out deg

 sampled: A character vector of those constituent members tested as
          baits in the Y2H experiments

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

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

     A scalar - the estimate of the population mean nodal degree

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

     TC

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

