Scope: | Peak or group |
Parameters: | See possible syntax |
Description: | Returns a list of matching peaks, timed groups or named groups of a peak according to a set of criteria. |
Syntax: |
|
Example: |
Average("Peak_Area", AllMatchingPeaksAndGroups(MatchOption.Compound,CurrentInjection.Replicates)) returns the average area of compounds with the same name on any signal in replicates of the current injection. Average("Peak_Area", AllMatchingPeaksAndGroups(MatchOption.ClosestRT, 0.2,CurrentSequence.AllInjectionsOfType("Calibration"))) returns the average area of peaks with the closest RT (+/- 0.2 min) on any signal in calibration standards of the sequence. Average("Compound_Amount", AllMatchingPeaksAndGroups(MatchOption.CompoundOnSignal,CurrentInjection.Replicates)) returns the average amount of compounds with the same name on same signal in replicates of the current injection. Average("Peak_Area", AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, 0.2,CurrentSequence.AllInjectionsOfType("Calibration"))) returns the average area of peaks with the closest RT (+/- 0.2 min) in calibration standards of the sequence on same signal. |
Returned scope: |
List of peaks or groups |