faahko                package:faahKO                R Documentation

_F_A_A_H _k_n_o_c_k_o_u_t _L_C/_M_S _d_a_t_a _x_c_m_s_S_e_t

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

     'xcmsSet' object containing quantitated LC/MS peaks from the
     spinal cords of 6 wild-type and 6 FAAH knockout mice. The data is
     a subset of the original data from 200-600 m/z and 2500-4500
     seconds. It was collected in positive ionization mode.

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

     data(faahko)

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

     The format is:  
     Formal class 'xcmsSet' [package "xcms"] with 8 slots
       ..@ peaks    : num [1:4776, 1:11] 200 201 205 206 207 ...
       ..@ groups   : logi[0 , 0 ] 
       ..@ groupidx : list()
       ..@ sampnames: chr [1:12] "ko15" "ko16" "ko18" "ko19" ...
       ..@ sampclass: Factor w/ 2 levels "KO","WT": 1 1 1 1 1 1 2 2 2 2
     ...
       ..@ rt       :List of 2
       .. ..$ raw      :List of 12
       .. ..$ corrected:List of 12
       ..@ cdfpaths : chr [1:12] ...
       ..@ profinfo :List of 2
       .. ..$ method: chr "bin"
       .. ..$ step  : num 0.1


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

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

_S_o_u_r_c_e:

     <URL: http://dx.doi.org/10.1021/bi0480335>

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

     Saghatelian A, Trauger SA, Want EJ, Hawkins EG, Siuzdak G, Cravatt
     BF. Assignment of endogenous substrates to enzymes by global
     metabolite profiling. _Biochemistry_. 2004 Nov 16;43(45):14332-9.

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

     'xcmsSet', 'xcmsRaw'

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

     ## The directory with the NetCDF LC/MS files
     cdfpath <- file.path(.find.package("faahKO"), "cdf")
     cdfpath
     list.files(cdfpath, recursive = TRUE)

     if (require(xcms)) {

     ## xcmsSet Summary
     show(faahko)

     ## Access raw data file
     ko15 <- xcmsRaw(cdfpaths(faahko)[1], profmethod = "bin", profstep = 0.1)
     ko15

     }

