These objects contain information on template detections, as well as (almost) all the information contained in templateScores
These objects represent the final result of the template detection process.
Various functions exist for working with these objects.
Information on the detections alone can be extracted with getDetections.
Arguments
Objects from the Class
Objects can be created by calls of the form new("detectionList", ...).
However, these objects should always be created by applying the findPeaks to templateScores objects.
There are other functions the exist for modifying existing detectionList objects, including showPeaks, and the combination of templateCutoff and findDetections.