PeakCaller.call_peaks#

abstractmethod PeakCaller.call_peaks(scores, **kwargs)[source]#

Call peaks in the score space.

Parameters:
scoresBackendArray

Score array to update analyzer with.

**kwargsdict

Optional keyword arguments passed to underlying implementations.

Returns:
BackendArray

Peak positions (n, d).

BackendArray

Peak details (n, d).