categoryToEntrezBuilder       package:PCpheno       R Documentation

_R_e_t_u_r_n _a _l_i_s_t _m_a_p_p_i_n_g _m_u_l_t_i-_p_r_o_t_e_i_n _c_o_m_p_l_e_x_e_s _I_D_s _t_o _Y_E_A_S_T _i_d_s

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

     Return a list mapping  multi-protein complexes (category) IDs to
     the YEAST ids annotated at the category id.

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

     ## S4 method for signature 'CoHyperGParams':
     categoryToEntrezBuilder(p)

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

       p: A subclass of 'HyperGParams-class'

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

     End users *should not* call this directly.  This method gets
     called from 'hyperGTest'.  To add support for a new category, a
     new method for this generic must be defined.  Its signature should
     match a subclass of 'HyperGParams-class' appropriate for the new
     category.

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

     A list mapping category IDs to YEAST identifiers.

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

     S. Falcon and N. LeMeur

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

     'hyperGTest' 'CoHyperGParams-class'

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

     data(ScISIC)
     data(essglist)
     essential <- names(essglist)

     params <- new("CoHyperGParams",
                   geneIds=essential, 
                   universeGeneIds=rownames(ScISIC),
                   annotation="org.Sc.sgd.db",
                   categoryName="ScISIC",
                   pvalueCutoff=0.01,
                   testDirection="over")

     categoryToEntrezBuilder(params)[1:2]

