symbols2indices            package:limma            R Documentation

_M_a_k_e _G_e_n_e _S_e_t _I_n_d_i_c_e_s _f_r_o_m _S_y_m_b_o_l_s

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

     Make a list of gene sets symbols into a list of gene sets indices
     used to create input for romer function.

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

     symbols2indices(gmtl.official, symbol)

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

gmtl.official: list of gene sets containing official gene symbols. The
          gene sets can be the ones from the molecular signatures
          database in Broad Institute.

  symbol: vector of symbols for the probesets.

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

     This function takes a list of official gene sets symbols and
     returns a list of indices of them according to the vector symbol.

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

     list of indices.

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

     Gordon Smyth and Yifang Hu

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

     'romer'

