biocViewsVocab           package:biocViews           R Documentation

_B_i_o_c_o_n_d_u_c_t_o_r _T_a_s_k _V_i_e_w_s _V_o_c_a_b_u_l_a_r_y _D_a_t_a

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

     A 'graphNEL-class' instance representing the Bioconductor Task
     Views as a directed graph.

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

     data(biocViewsVocab)

_F_o_r_m_a_t:

     The format is: graphNEL instance

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

     The source for the vocabulary data is in the dot directory of the
     package in file biocViewsVocab.dot.  This is transformed to GXL
     using the dot2gxl command line utility from the graphviz package. 
     Then the 'fromGXL' function from the 'graph' package is used to
     convert to 'graphNEL-class'.

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

     data(biocViewsVocab)
     biocViewsVocab
     ## If you have Rgraphviz available, you can
     ## plot the vocabulary with plot(biocViewsVocab)

