normOLIN             package:maigesPack             R Documentation

_N_o_r_m_a_l_i_s_e _a _c_D_N_A _M_i_c_r_o_a_r_r_a_y _O_b_j_e_c_t

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

     This function loads a 'maigesRaw' object and normalise it using
     methods OLIN or OSLIM.

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

     normOLIN(obj=NULL, ...)

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

     obj: object of type 'maigesRaw' to be normalised.

     ...: additional parameters for function 'olin'.

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

     This function for normalisation is entirely based on function
     'olin' from _OLIN_ package. This function implements the methods
     OLIN and OSLIM, proposed by Futschich and Crompton (2004). See
     help page for this function to discover how to set the parameters.

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

     This function returns a 'maiges' object.

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

     Gustavo H. Esteves <gesteves@vision.ime.usp.br>

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

     Futschik, M. and Crompton, T. Model selection and efficiency
     testing for normalization of cDNA microarray data, *Genome
     Biology*, 5, R60, 2004 (<URL:
     http://genomebiology.com/2004/5/8/R60>).

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

     'olin' from _OLIN_ package.

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

     ## Loading the dataset
     data(gastro)

     ## Doing the OLIN normalization. Pay attention because, this methods are
     ## very time consuming!
     ## Not run: 
     gastro.norm = normOLIN(gastro.raw2) ## Without scale adjustment

     gastro.norm = normOLIN(gastro.raw2, OSLIN=TRUE) ## With scale adj
     ## End(Not run)

