kegg2smc                package:PGSEA                R Documentation

_K_E_G_G _p_a_t_h_w_a_y _t_o "_s_m_c"

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

     This function creates "smc" objects from the "KEGG" Bioconductor
     library.

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

     smc <- kegg2smc(min = 1, max = 284)

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

     min: numeric - minimum length of ids to be included 

     max: numeric - maximum length of ids to be included  

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

     a list of "smc" objects

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

     Karl Dykema <karl.dykema@vai.org> and Richard Birnie
     <richard.birnie@pro-curetherapeutics.com>

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

             if(require(KEGG)){
                     mcs <- kegg2smc(min=20,max=284)
                     length(mcs)
                     str(mcs[[1]])
             }

