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. _D_e_t_a_i_l_s: _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("GO") bb=GOENTREZID2GO$"4121" getEvidence(bb)