xcmsFragments-class           package:xcms           R Documentation

_C_l_a_s_s _x_c_m_s_F_r_a_g_m_e_n_t_s, _a _c_l_a_s_s _f_o_r _h_a_n_d_l_i_n_g _T_a_n_d_e_m _M_S _a_n_d _M_S$^_n$ _d_a_t_a

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

     This class is similar to 'xcmsSet' because it stores peaks from a
     number of individual files. However,  xcmsFragments keeps Tandem
     MS and e.g. Ion Trap or Orbitrap MS$^n$ peaks, including the
     parent ion relationships.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created with the 'xcmsFragments' constructor and
     filled with peaks using the collect method.

_S_l_o_t_s:


     '_p_e_a_k_s': matrix with colmns peakID (MS1 parent in corresponding
          xcmsSet), MSnParentPeakID (parent peak within this
          xcmsFragments), msLevel (e.g. 2 for Tandem MS), rt (retention
          time in case of LC data), mz (fragment mass-to-charge),
          intensity (peak intensity as reported by XXX), sample (The ID
          of the rawData-file).


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


     _c_o_l_l_e_c_t 'signature(object = "xcmsFragments")': gets a
          xcmsSet-object, collects ms1-peaks from it and the msn-peaks
          from the corresponding xcmsRaw-files.

     _p_l_o_t_T_r_e_e 'signature(object = "xcmsFragments")': prints a (text
          based) pseudo-tree of the peaktable to display the
          dependencies of the peaks among each other.

     _s_h_o_w 'signature(object = "xcmsFragments")': print a human-readable
          description of this object to the console.


_N_o_t_e:

     No notes yet.

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

     S. Neumann, J. Kutzera

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

     A parallel effort in metabolite profiling data sharing: <URL:
     http://metlin.scripps.edu/>

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

     'xcmsRaw'

