Dear RG Community,
I am currently trying to handle CDF files in R (xcms package). These files contain information that was yielded from a GCMS analysis. I start to understand that the Gaschromatography part outputs spectra (Signal Intensity vs Retention Time(Rt)). Then, the Massspectrometry seems to look at GC signals in finer detail and splits them up by their mass to charge (m/z) ratio, correct?
The xcms package seems to handle the CDF file just fine. However, I feel a bit lost when trying to understand how to handle/analyse the spectra. My first intention is to convert the Rt, m/z and the intensities into a single matrix/dataframe to apply alignment/normalization methods on it. But the total amount of spectra that come from a single CDF file is somewhat overwhelming.
Could you recommend good resources that help me to understand GCMS objects? I already did the standard google research but was not able to draw many conclusions from it.
Thanks!
Rene