getAffyArrays            package:biomaRt            R Documentation

_D_i_s_p_l_a_y_s _a_f_f_y _i_d_e_n_t_i_f_i_e_r_s _o_f _A_f_f_y_m_e_t_r_i_x _c_h_i_p_s _s_u_p_p_o_r_t_e_d _b_y _t_h_e _E_n_s_e_m_b_l _p_a_c_k_a_g_e

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

     Displays affy identifiers of Affymetrix chips supported by the
     Ensembl package

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

     getAffyArrays( mart )

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

    mart: object of class Mart, representing connections to the BioMart
          databases

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

     Steffen Durinck, <URL: http://www.stat.berkeley.edu/~steffen>

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

     if(interactive()){
     mart <- useMart("ensembl",mysql=TRUE)
     getAffyArrays(mart = mart)
     martDisconnect( mart )
     }

