expressoWidget package:affy R Documentation _A _w_i_d_g_e_t _f_o_r _u_s_e_r_s _t_o _p_i_c_k _c_o_r_r_e_c_t_i_o_n _m_e_t_h_o_d_s _D_e_s_c_r_i_p_t_i_o_n: This widget is called by expresso to allow users to select correction methods that will be used to process affy data. _U_s_a_g_e: expressoWidget(BGMethods, normMethods, PMMethods, expMethods, BGDefault, normDefault, PMDefault, expDefault) _A_r_g_u_m_e_n_t_s: BGMethods: 'BGMethods' a vector of character strings for the available methods that can be used as a background correction method of affy data normMethods: 'normMethods' a vector of character strings for the available methods that can be used as a normalization method of affy data PMMethods: 'PMMethods' a vector of character strings for the available methods that can be used as a PM correction method of affy data expMethods: 'expMethods'a vector of character strings for the available methods that can be used as a summary method of affy data BGDefault: 'BGDefault' a character string for the name of a default background correction method normDefault: 'normDefault' a character string for the name of a default normalization method PMDefault: 'PMDefault' a character string for the name of a default PM correction method expDefault: 'expDefault' a character string for the name of a default summary method _D_e_t_a_i_l_s: The widget will be invoked when expresso is called with argument "widget" set to TRUE. Default values can be changed using the drop down list boxes. Double clicking on an option from the dropdown list makes an selection. The first element of the list for available methods will be the default method if no default is provided. _V_a_l_u_e: The widget returns a list of selected correction methods. BG: background correction method NORM: normalization method PM: PM correction method EXP: summary method _N_o_t_e: The functions are part of the Bioconductor project at Dana-Farber Cancer Institute to provide Bioinformatic functionalities through R _A_u_t_h_o_r(_s): Jianhua Zhang _R_e_f_e_r_e_n_c_e_s: Documentations of affy package _S_e_e _A_l_s_o: 'expresso' _E_x_a_m_p_l_e_s: if(interactive()){ require(widgetTools) expressoWidget(c("mas", "none", "rma"), c("constant", "quantiles"), c("mas", "pmonly"), c("liwong", "playerout")) }