searchMetlin              package:xcms              R Documentation

_S_e_a_r_c_h _M_e_t_l_i_n _O_n_l_i_n_e _D_a_t_a_b_a_s_e

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

     A method for searching MS^2 data against the accurate MS^2 METLIN
     database

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

     searchMetlin(object, ppmfrag=10, ppmMZ= 5, file, MS1data=FALSE,
     metXML="metlin", ...)

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

  object: An xcmsFragment object generated by xcmsRaw.collect

 ppmfrag: Error in ppm for each fragment

   ppmMZ: Error in ppm for precursor mass

    file: Name of the results file

 MS1data: Should accurate mass alone be search as well

  metXML: location of metlin like XML file or "metlin" as a default

     ...: Arguments to plot.metlin()

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

     This method automates the task of MS/MS comparison to a reference
     library. By default the METLIN database is used however this can
     be changed with the 'metXML' parameter. 

     The search first identifies precursors that match entries in the
     current METLIN databass using the specified error given by
     'ppmMZ'. Once a matching m/z value is found, MS/MS data is
     searched. Each fragment is identified and comparied to the
     reference fragments with error specified by'ppmfrag'. Each match
     is done using a score schema of the difference and similarity of
     the two spectra. This value is the equiovacated against the
     possible maximum and minimum.

     For each match a plot of the two MS/MS spectra are given. These
     are found using the 'A' and 'B' parameter

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

     A data frame with the following columns:

       A: Location of the plot

       B: Seconded number locator for plot

Precursor Ion: M/Z of the precursor Ion

   rtmin: Start of rt window

   rtmax: End of rt window

CollisionEnergy experiment": Collision energy of the experiment

CollisionEnergy Reference: Collision energy of the reference

Percentage Match": Match percentage of the reference spectra to the
          experimental spectra

Metlin Mass: The mass of the reference precursor ion

# matching": The number of matching fragment

# non-matching: The number of non-matching fragments

Total # Ref ion: The total number of fragment reference ions

Metlin ID Name: Name of the identified meatbolite

Ionization: Is the reference spectra in '-' mode or '+' mode

  Adduct: Is the reference spectra an adduct of the precursor

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

     H. Paul Benton, hpbenton@scripps.edu

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

     H. Paul Benton, D.M. Wong, S.A.Strauger, G. Siuzdak "XCMS^2"
     Analytical Chemistry 2008

