AllMatchingPeaksAndGroups(MatchOption...)

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:

  1. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, delta in minute, specifiedSequence) as a list

  2. AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, delta in minute, specifiedSequence) as a list

  3. AllMatchingPeaksAndGroups(MatchOption.Compound, specifiedSequence) as a list

  4. AllMatchingPeaksAndGroups(MatchOption.CompoundOnSignal, specifiedSequence) as a list

  5. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, delta in minute, specifiedSignalList) as a list

  6. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedSignalList) as a list

  7. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, delta in minute, specifiedSignal) as a list

  8. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedSignal) as a list

  9. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, delta in minutes, specifiedInjectionList) as a list

  10. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, specifiedInjectionList) as a list

  11. AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, delta in minutes, specifiedInjectionList) as a list

  12. AllMatchingPeaksAndGroups(MatchOption.ClosestRT, delta in minutes, specifiedInjection) as a list

  13. AllMatchingPeaksAndGroups((MatchOption.ClosestRT, specifiedInjection) as a list

  14. AllMatchingPeaksAndGroups(MatchOption.ClosestRTOnSignal, delta in minutes, specifiedInjection) as a list

  15. AllMatchingPeaksAndGroups(MatchOption.Compound, delta in minutes, specifiedPeakGroupCompoundList) as a list

  16. AllMatchingPeaksAndGroups(MatchOption.Compound, specifiedPeakGroupCompoundList) as a list

  17. AllMatchingPeaksAndGroups(MatchOption.CompoundOnSignal, specifiedPeakOrGroupCompoundist) as a list

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