aafLocusLink package:annaffy R Documentation _C_o_n_s_t_r_u_c_t_o_r _f_o_r _a_a_f_L_o_c_u_s_L_i_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 'aafLocusLink' objects containing annotation data from the 'chip' data package. _U_s_a_g_e: aafLocusLink(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 'aafLocusLink' 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: aafLocusLink-class _E_x_a_m_p_l_e_s: if (require(hgu95av2)) { data(aafExpr) probes <- geneNames(aafExpr) lls <- aafLocusLink(probes, "hgu95av2") show(lls[6:10]) }