quantify_combined {cosmiq} | R Documentation |
quantify_combined
calculates a data table of mz intensities
from a sum of ions within a selected mz window and from all MS scans.
quantify_combined(xs,xy, rtcombine)
xs |
xcmsSet object |
xy |
table including mz location parameters |
rtcombine |
Numerical, with two entries. If no retention
time information is to be used, |
This function is only used, when no retention time information should be used, for example with direct infusion experiments.
David Fischer 2013
## Not run: # see package vignette ## End(Not run)