getEvidence             package:annotate             R Documentation

_G_e_t _t_h_e _E_v_i_d_e_n_c_e _c_o_d_e_s _f_o_r _a _s_e_t _o_f _G_O _t_e_r_m_s.

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

     For each mapping of a gene to a GO term there are a set of
     evidence codes that are used. Genes can be mapped using one, or
     more evidence codes and this function obtains the evidence codes
     for all genes provided in the input list.

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

     getEvidence(inlist)

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

  inlist: A list of GO identifers.

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

     A 'list' of the same length as the input list, each element is a
     vector of evidence codes.

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

     R. Gentleman

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

     'getOntology', 'dropECode'

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

      library("hgu95av2.db")
      bb <- hgu95av2GO[["39613_at"]]
      getEvidence(bb)

