biocRepos               package:graph               R Documentation

_A _g_r_a_p_h _r_e_p_r_e_s_e_n_t_i_n_g _t_h_e _B_i_o_c_o_n_d_u_c_t_o_r _p_a_c_k_a_g_e _r_e_p_o_s_i_t_o_r_y

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

     This graph is a rendition of the Bioconductor package repository
     and represents the dependency graph of that repository.  An edge
     between two package denotes a dependency on the 'to' package by
     the 'from' package.

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

     data(biocRepos)

_S_o_u_r_c_e:

     This graph was generated by the function 'buildRepDepGraph'.

_S_e_e _A_l_s_o:

     'buildRepDepGraph'

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

        data(biocRepos)
        ## An example of usage will be here soon

