graphSumStats             package:ScISI             R Documentation

_A_n _i_n_i_t_i_a_t_i_o_n _f_u_n_c_t_i_o_n _t_o _g_e_n_e_r_a_t_e _g_r_a_p_h _s_t_a_t_i_s_t_i_c_s

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

     This function takes an in silico interactome and a list of Y2H
     experimental data (see details) and generates various graph
     summary statistics.

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

     graphSumStats(ISI, bait2PreyL)

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

     ISI: An incidence matrix representation of a bi-partite graph of
          an in silico interactome

bait2PreyL: A list of y2h information. The data structure is that of
          intactInfo.rda of the y2hStat package

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

 complex: A character vector of the constituent members of the proteinn
          complex of interest

complexBait: A character vector of those protein members which were
          also tested as baits in the y2h experiment

 notBait: A character vector of those protein members which were not
          tested as baits

avgDegOut: The average out-degree of the bait proteins of the complex
          of interest

notIsolated: A character vector of proteins that showed experimental
          binary affiliation for some other complex member

y2hGraph: An instance of the class graph; a graphNEL induceds Y2H graph
          on the protein complex

popMeanDegree: The population mean degree derived from the bait
          proteins

edgeProp: The estimated edge proportions derived between undirected Y2H
          edges

 degBait: A named list; each name corresponds to each member of the
          protein complex with the entry the number of proteins to
          which it is adjacent

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

     T Chiang

