getSigGroups              package:topGO              R Documentation

_A_l_g_o_r_i_t_h_m_s _f_o_r _s_c_o_r_i_n_g _G_O _t_e_r_m_s

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

     TODO: This function is use for dispatching each algorithm

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

     getSigGroups(object, test.stat, ...)

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

  object: ~~Describe 'object' here~~ 

test.stat: ~~Describe 'test.stat' here~~ 

     ...: ~~Describe '...' here~~ 

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

     ~~ If necessary, more details than the description above ~~

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

     ~Describe the value returned If it is a LIST, use 

  comp1 : Description of 'comp1'

  comp2 : Description of 'comp2'

     ...

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

     Adrian Alexa

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

     'topGOdata-class', 'classicCount-class', 'classicScore-class'

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

     ##---- Should be DIRECTLY executable !! ----
     ##-- ==>  Define data, use random,
     ##--    or do  help(data=index)  for the standard data sets.

     ## The function is currently defined as
     function(object, test.stat, ...) standardGeneric("getSigGroups")

