group-methods              package:xcms              R Documentation

_G_r_o_u_p _p_e_a_k_s _f_r_o_m _d_i_f_f_e_r_e_n_t _s_a_m_p_l_e_s _t_o_g_e_t_h_e_r

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

     Group peaks together across samples using overlapping m/z bins and
     calculation of smoothed peak distributions in chromatographic
     time.

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

  object: the 'xcmsSet' object

 minfrac: minimum fraction of samples necessary in at least one of the
          sample groups for it to be a valid group 

 minsamp: minimum number of samples necessary in at least one of the
          sample groups for it to be a valid group 

      bw: bandwidth (standard deviation or half width at half maximum)
          of gaussian smoothing kernel to apply to the peak density
          chromatogram 

   mzwid: width of overlapping m/z slices to use for creating peak
          density chromatograms and grouping peaks across samples 

     max: maximum number of groups to identify in a single m/z slice 

   sleep: seconds to pause between plotting successive steps of the
          peak grouping algorithm. peaks are plotted as points showing
          relative intensity. identified groups are flanked by dotted
          vertical lines. 

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

     An 'xcmsSet' object with peak group assignments and statistics.

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

     _o_b_j_e_c_t = "_x_c_m_s_S_e_t" ' group(object, bw = 30, minfrac = 0.5, minsamp
          = 1,  mzwid = 0.25, max = 5, sleep = 0) '

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

     'xcmsSet-class', 'density'

