.setAffyOptions package:affy R Documentation ~~_f_u_n_c_t_i_o_n _t_o _s_e_t _o_p_t_i_o_n_s ~~ _D_e_s_c_r_i_p_t_i_o_n: ~~ Set the options for the package _U_s_a_g_e: .setAffyOptions(affy.opt = NA) _A_r_g_u_m_e_n_t_s: affy.opt: A list structure of options. If 'NA', the default options are set. _D_e_t_a_i_l_s: See the vignettes to know more. This function could disappear in favor of a more general one the package Biobase _V_a_l_u_e: The function is used for its side effect. Nothing is returned. _A_u_t_h_o_r(_s): Laurent _E_x_a_m_p_l_e_s: affy.opt <- getOption("BioC")$affy .setAffyOptions(affy.opt)