aafGenBank              package:annaffy              R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _a_a_f_G_e_n_B_a_n_k _o_b_j_e_c_t_s

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

     For the given 'probeids', constructs an 'aafList' of 'aafGenBank'
     objects containing annotation data from the 'chip' data package.

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

     aafGenBank(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 'aafGenBank' 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:

     aafGenBank-class

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

     if (require(hgu95av2)) {
         data(aafExpr)
         probes <- featureNames(aafExpr)
         gbs <- aafGenBank(probes, "hgu95av2")
         show(gbs[6:10])
     }

