lnormeS                package:LMGene                R Documentation

_F_u_n_c_t_i_o_n _t_o _a_p_p_l_y _l_o_w_e_s_s_n_o_r_m _t_o _a _t_r_a_n_s_f_o_r_m_e_d _e_x_p_r_e_s_s_i_o_n _s_e_t. _R_e_t_u_r_n_s _t_h_e _n_o_r_m_a_l_i_z_e_d _e_x_p_r_e_s_s_i_o_n _s_e_t.

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

     Basically the same as 'lnorm', but it applies to, and returns,
     expression sets instead of matrices.

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

     lnormeS(eS, span=0.1)

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

      eS: A transformed expression set. 

    span: A parameter for lowess. 

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

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

     Returns an expression set with the same vlist as eS, but the
     matrix has been normalized by 'lnorm'.

_N_o_t_e:

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

     John Tillinghast

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

     <URL: http://www.idav.ucdavis.edu/~dmrocke/>

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

     'lnorm', 'norm'

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

     data(sample.eS)
     transeS (sample.eS, 667, 65) -> trsample.eS
     lnormeS (trsample.eS) -> normtrsample.eS

