msdata                package:msdata                R Documentation

_S_a_m_p_l_e _L_C/_M_S _a_n_d _M_S$^_n$ _d_a_t_a

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

     'x' object containing a subset of LC/MS raw data from an Thermo
     Finnigan LCQ Deca XP  The data is a subset from 500-850 m/z and
     1190-1310 seconds, incl. MS2 and MS3, intensity threshhold
     100.000. It was collected in positive ionization mode.

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

     data(xs)

_F_o_r_m_a_t:

     The format is:  
       xs


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

     The corresponding raw mzdata files are located in the 'mzdata'
     subdirectory of this package.

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

     'xcmsSet', 'xcmsRaw'

_E_x_a_m_p_l_e_s:

     ## The directory with the mzData LC/MS files
     mzdatapath <- file.path(.find.package("msdata"), "mzdata")
     mzdatapath
     list.files(mzdatapath, recursive = TRUE)

     if (require(xcms)) {

     ## xcmsRaw Summary
     show(xs)

     ## Access raw data file
     x <- xcmsRaw(cdfpaths(xs)[1])
     x

     }

