xcmsRaw object. Further processing of data is
done in the xcmsRaw constructor.
rt,
scanindex, tic, and acquisitionNum components
each have one entry per scan. They are "parallel" in the sense that
rt[1], scanindex[1], and acquisitionNum[1] all
refer to the same scan. The list containst he following components:rtticscanindexmz
and intensity components. It is an exclusive offset, so
scanindex[i] is the offset in mz and intensity
before the beginning of scan i. This means that the
mz (respectively intensity) values for scan i
would be from scanindex[i] + 1 to scanindex[i + 1]
mzintensitysignature(object = "xcmsSource")loadRaw,xcmsSource-method to extract raw data.
Subclasses of xcmsSource can provide different
ways of fetching data.
xcmsRaw-class,
xcmsSource