retcor-methods             package:xcms             R Documentation

_C_o_r_r_e_c_t _r_e_t_e_n_t_i_o_n _t_i_m_e _f_r_o_m _d_i_f_f_e_r_e_n_t _s_a_m_p_l_e_s

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

     To correct differences between retention times between different
     samples, a number of of methods exist in XCMS. 'retcor' is the
     generic method.

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

  object: 'xcmsSet-class' object

  method: Method to use for retention time correction. See details.

     ...: Optional arguments to be passed along

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

     Different algorithms can be used by specifying them with the
     'method' argument. For example to use the approach described by
     Smith et al (2006) one would use: 'retcor(object,
     method="loess")'. This is also the default.

     Further arguments given by '...' are passed through to the
     function implementing the 'method'. 

     A character vector of _nicknames_ for the  algorithms available is
     returned by  'getOption("BioC")$xcms$retcor.methods'. If the
     nickname of a method is called "loess", the help page for that
     specific method can be accessed with '?retcor.loess'.

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

     An 'xcmsSet' object with corrected retntion times.

_M_e_t_h_o_d_s:


     _o_b_j_e_c_t = "_x_c_m_s_S_e_t" ' retcor(object, ...) '


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

     'retcor.loess' 'retcor.obiwarp' 'xcmsSet-class',

