viabilityCharts           package:ppiStats           R Documentation

_A _f_u_n_c_t_i_o_n _t_o _c_r_e_a_t_e _s_u_m_m_a_r_y _b_a_r _c_h_a_r_t_s _f_o_r _d_i_r_e_c_t_e_d _g_r_a_p_h_s

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

     This function takes a list of directed graph objects and creates a
     summary of the  relative viable baits, viable prey, and viable
     bait/prey of each data graph.

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

     viabilityCharts(dataGraphs, total=6466)

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

dataGraphs: A named list of directed graphNELs

   total: The total number of potential nodes (i.e. proteins) that
          could have been queried.

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

     A barchart object. Each item in the bar-chart represents one
     experimental data graph (set).

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

     T Chiang

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

     graphs = lapply(bpExperimentNames, function(x) get(x))
     names(graphs) = bpExperimentNames
     viabilityCharts(graphs)

