go2smc                 package:PGSEA                 R Documentation

_G_e_n_e _O_n_t_o_l_o_g_y _2 "_s_m_c"

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

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

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

     go2smc(min = 50, max = 200)

_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>

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

             if(require(GO)){
                     mcs <- go2smc()[1:2]
                     str(mcs)
             }

