normexp.signal             package:limma             R Documentation

_E_x_p_e_c_t_e_d _S_i_g_n_a_l _G_i_v_e_n _O_b_s_e_r_v_e_d _F_o_r_e_g_r_o_u_n_d _U_n_d_e_r _N_o_r_m_a_l+_E_x_p _M_o_d_e_l

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

     Adjust foreground intensities for observed background using
     Normal+Exp Model. This function is called by 'backgroundCorrect'
     and is not normally called directly by the user.

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

     normexp.signal(par, x)

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

     par: numeric vector containing the parameters of the Normal+Exp
          distribution, see 'normexp.fit' for details.

       x: numeric vector of (background corrected) intensities

_D_e_t_a_i_l_s:

     In general the vector 'normmean' is computed conditional on
     background at each spot.

_V_a_l_u_e:

     Numeric vector containing adjusted intensities.

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

     Gordon Smyth

_R_e_f_e_r_e_n_c_e_s:

     McGee, M., and Chen, Z. (2006). Parameter estimation for the
     exponential-normal convolution model for background correction of
     Affymetrix GeneChip data. _Stat Appl Genet Mol Biol_, 5(1),
     Article 24.

     Ritchie, M. E., Silver, J., Oshlack, A., Silver, J., Holmes, M.,
     Diyagama, D., Holloway, A., and Smyth, G. K. (2007). A comparison
     of background correction methods for two-colour microarrays.
     _Bioinformatics_ <URL:
     http://bioinformatics.oxfordjournals.org/cgi/content/abstract/btm412>

_S_e_e _A_l_s_o:

     'normexp.fit'

     An overview of background correction functions is given in
     '04.Background'.

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

     # See normexp.fit

