.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)

