aafProbe               package:annaffy               R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _a_a_f_P_r_o_b_e _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 'aafProbe'
     objects.

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

     aafProbe(probeids)

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

probeids: character vector containing probe ids

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

     An 'aafList' of 'aafProbe' objects.

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

     Colin A. Smith, annaffy@colinsmith.org

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

     aafProbe-class

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

     probes <- ls(annaffySYMBOL)
     probesets <- aafProbe(probes)
     getURL(probesets[6:10])

