mz.groups {mzDeco} | R Documentation |
mz.groups(ms1,
mzdiff = "ppm:20",
rtwin = 0.05);
the ion mz value is generated via the max intensity point in each ion feature group, and the xic data has already been re-order via the time asc.
create a list of XIC dataset for run downstream deconv operation
let rawdata = open.mzpack(file = "/path/to/rawdata.mzpack");
let xic = mz.groups(ms1 = rawdata, mzdiff = "ppm:20");
# export the XIC data as binary data file.
writeBin(xic, con = "/path/to/xic_data.dat");