PeakCallerScipy.call_peaks#

PeakCallerScipy.call_peaks(scores, minimum_score=None, **kwargs)[source]#

Call peaks in the score space.

Parameters:
scoresBackendArray

Score array.

**kwargsdict

Optional keyword arguments passed to underlying implementations.

Returns:
Tuple[BackendArray, BackendArray]

Array of peak coordinates and peak details.