findPeaks-methods            package:xcms            R Documentation

_F_e_a_t_u_r_e _d_e_t_e_c_t_i_o_n _i_n _t_h_e _c_h_r_o_m_a_t_o_g_r_a_p_h_i_c _t_i_m_e _d_o_m_a_i_n

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

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

  object: 'xcmsSet' object

    fwhm: full width at half maximum of matched filtration gaussian
          model peak 

   sigma: standard deviation of matched filtration model peak 

     max: maximum number of peaks per extracted ion chromatogram 

      sn: signal to noise ratio cutoff

    step: step size to use for profile generation

   steps: number of steps to merge prior to filtration

  mzdiff: minimum difference in m/z for peaks with overlapping
          retention times 

   index: return indicies instead of values for m/z and retention times 

   sleep: number of seconds to pause between plotting peak finding
          cycles 

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

     A matrix with columns: 

       i: rank of peak identified in merged EIC (<= 'max') 

      mz: weighted (by intensity) mean of peak m/z across scans 

   mzmin: m/z of minimum step 

   mzmax: m/z of maximum step 

     ret: retention time of peak midpoint 

  retmin: leading edge of peak retention time 

  retmax: trailing edge of peak retention time 

    into: integrated area of original (raw) peak 

    intf: integrated area of filtered peak 

    maxo: maximum intensity of original (raw) peak 

    maxf: maximum intensity of filtered peak 

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

     _o_b_j_e_c_t = "_x_c_m_s_R_a_w" ' findPeaks(object, fwhm = 30, sigma =
          fwhm/2.3548, max = 5,  sn = 10, step = 0.1, steps = 2, mzdiff
          = 0.8 - step*steps,  index = FALSE, sleep = 0) '

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

     'xcmsRaw-class'

