aafSearchGO             package:annaffy             R Documentation

_F_i_n_d _p_r_o_b_e _i_d_s _c_o_r_r_e_s_p_o_n_d_i_n_g _t_o _G_O _i_d_s

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

     Searches Gene Ontology ids for corresponding probe ids in a given
     chip, optionally including descendents.

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

     aafSearchGO(chip, ids, descendents = TRUE, logic = "OR")

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

    chip: name of the chip data package

     ids: numeric or character vector of GO ids

descendents: logical, include GO descendents?

   logic: type of logic to use, "AND" or "OR"

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

     A character vector of probe ids matching the search criteria.

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

     Colin A. Smith, annaffy@colinsmith.org

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

     aafSearchText

