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: if (require(hgu95av2.db)) { data(aafExpr) probes <- featureNames(aafExpr) probesets <- aafProbe(probes) getURL(probesets[6:10]) }