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'

       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

_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

