aafUniGene              package:annaffy              R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _a_a_f_U_n_i_G_e_n_e _o_b_j_e_c_t_s

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

     For the given 'probeids', constructs a list of 'aafUniGene'
     objects containing annotation data from the 'chip' data package.

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

     aafUniGene(probeids, chip)

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

probeids: character vector containing probe ids

    chip: name of the chip data package

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

     An 'aafList' of 'aafUniGene' objects. NA values are returned as
     empty objects.

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

     Colin A. Smith, annaffy@colinsmith.org

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

     aafUniGene-class

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

     probes <- ls(annaffyUNIGENE)
     ugs <- aafUniGene(probes, "annaffy")
     show(ugs[6:10])

