gunshotmatch_pipeline.peaks

Peak detection and alignment functions.

Functions:

align_and_filter_peaks(project, method)

Perform peak alignment and peak filtering for the project, with the given method.

prepare_peak_list(datafile, gcms_data, method)

Construct and filter the peak list.

align_and_filter_peaks(project, method)[source]

Perform peak alignment and peak filtering for the project, with the given method.

Parameters
Return type

DataFrame

prepare_peak_list(datafile, gcms_data, method)[source]

Construct and filter the peak list.

Parameters
Return type

PeakList