PeakCallerSort.call_peaks#

PeakCallerSort.call_peaks(scores, **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.