mergeResult            package:goCluster            R Documentation

_M_e_r_g_e_s _t_w_o _l_i_s_t_s _o_f _s_e_l_e_c_t_e_d _g_e_n_e_s _t_o _t_h_e _s_e_l_e_c_t_i_o_n _w_i_t_h _m_i_n_i_m_a_l
_p-_v_a_l_u_e

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

     Two selection of genes are merged to one list. Genes that occur in
     both lists will be mentioned only once in the resulting list. Each
     gene is associated with an annotation term and a p-value and in
     case a gene occured twice, the final list will only retain the
     annotation with the lower p-value.

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

     mergeResult(result, mergedResult, annotations)

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

  result: The first list to be merged to the second list. 

mergedResult: The second list to be merged. 

annotations: The number of annotations in each list. 

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

     The merged list.

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

     Gunnar Wrobel, <URL: http://www.gunnarwrobel.de>.

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

